Skip to content

Instantly share code, notes, and snippets.

@DominikDary
Created January 15, 2014 16:52
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/8439905 to your computer and use it in GitHub Desktop.
Save DominikDary/8439905 to your computer and use it in GitHub Desktop.
from selenium import webdriver;
driver = webdriver.Remote(desired_capabilities=webdriver.DesiredCapabilities.ANDROID)
driver.get("http://www.meteofrance.com/mf3-rpc-portlet/html/redirection.html")
touch =webdriver.TouchActions(driver)
el=driver.find_element_by_link_text("Non")
touch.tap(el).perform()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment