Last active
November 5, 2017 22:45
-
-
Save hyperh/1d57c8228b1002c4bd3eed275376817f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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