Skip to content

Instantly share code, notes, and snippets.

@DominikDary
Last active December 17, 2015 14:39
Show Gist options
  • Save DominikDary/5625979 to your computer and use it in GitHub Desktop.
Save DominikDary/5625979 to your computer and use it in GitHub Desktop.
{
"desiredCapabilities":{
"screenSize":"320x480",
"emulator":true,
"locale":"en_US",
"androidTarget":"ANDROID16",
"aut":"io.selendroid.testapp:0.4-SNAPSHOT"
}
}
curl -H "Content-Type: application/json" -X POST --data @capa.json http://localhost:5555/wd/hub/session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment