Understanding Appium Desired Capabilities and Session
In this post we will start our discussion on Appium Session and Appium desired capabilities
Appium sessions
In Appium all the commands (client commands) are executed in the context of a session.
Clients initiate a session with a server in ways specific to each library, but they all end up sending a POST /session request to the server, with a JSON object called the desired capabilities object.
At this point the server will start up the automation session and respond with a session ID which is used for sending further commands.
Here is the complete video of the below discussion
(Chrome and webview only) Enable Chromedriver’s performance logging (default false)
true, false
androidDeviceReadyTimeout
Timeout in seconds used to wait for a device to become ready after booting
e.g., 30
androidDeviceSocket
Devtools socket name. Needed only when tested app is a Chromium embedding browser. The socket is open by the browser and Chromedriver connects to it as a devtools client.
e.g., chrome_devtools_remote
Thanks for reading the post and watching the video !!!
Please leave your comments and let me know if there is anything I should update in this post.
Thanks,
Karthik KK
Post Author:
Karthik kk
3 Replies to “Understanding Appium Desired Capabilities and Session”
Hi,
I wanted to implement Appium like POM but every time i get nullpointer exception.
Can you please share some demo or running framwork.
It will be a career booster for me
Can we automate testing of web application running on chrome on windows 10 using Appium?
Most samples on internet are around testing applications on android/ mobile devices.
Hi,
I wanted to implement Appium like POM but every time i get nullpointer exception.
Can you please share some demo or running framwork.
It will be a career booster for me
how can i check override session in setting in appium server, using java program.Please help me.
Hi,
Can we automate testing of web application running on chrome on windows 10 using Appium?
Most samples on internet are around testing applications on android/ mobile devices.