Last active
March 10, 2021 15:37
-
-
Save thepycoach/cae0375ea5faea8749649d63c91cd0fe 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
| time.sleep(5) #add implicit wait, if necessary | |
| accept = driver.find_element_by_xpath('//*[@id="_evidon-accept-button"]') | |
| accept.click() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment