Skip to content

Instantly share code, notes, and snippets.

@DominikDary
Last active December 21, 2015 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DominikDary/6376763 to your computer and use it in GitHub Desktop.
Save DominikDary/6376763 to your computer and use it in GitHub Desktop.
from selenium import webdriver
d=webdriver.Remote(command_executor='http://localhost:5555/wd/hub', desired_capabilities={"aut":"io.selendroid.testapp:0.5.0-SNAPSHOT","emulator":bool(0)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment