Skip to content

Instantly share code, notes, and snippets.

@hyperh
Last active November 5, 2017 22:45
Show Gist options
  • Save hyperh/1d57c8228b1002c4bd3eed275376817f to your computer and use it in GitHub Desktop.
Save hyperh/1d57c8228b1002c4bd3eed275376817f to your computer and use it in GitHub Desktop.
def test_basic(driver):
WAIT_SEC = 10
driver.implicitly_wait(WAIT_SEC)
elem = driver.find_element_by_accessibility_id('testview')
assert elem is not None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment