Created
February 29, 2020 22:22
-
-
Save teal33t/c687c940465751369b276a9a31e33219 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
self.log("Wait") | |
driver.implicitly_wait(5) | |
self.log("Switch") | |
driver.switch_to.frame(driver.find_elements_by_tag_name("iframe")[0]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment