Skip to content

Instantly share code, notes, and snippets.

@thepycoach
Last active March 10, 2021 15:37
Show Gist options
  • Select an option

  • Save thepycoach/cae0375ea5faea8749649d63c91cd0fe to your computer and use it in GitHub Desktop.

Select an option

Save thepycoach/cae0375ea5faea8749649d63c91cd0fe to your computer and use it in GitHub Desktop.
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