Skip to content

Instantly share code, notes, and snippets.

@kperry2215
Created November 4, 2022 04:25
Show Gist options
  • Save kperry2215/91165a3c81b364c5c4813f8332450154 to your computer and use it in GitHub Desktop.
Save kperry2215/91165a3c81b364c5c4813f8332450154 to your computer and use it in GitHub Desktop.
accept_terms
#Accept terms
accept_button = driver.find_element_by_id("ctl00_ContentPlaceHolder1_btnAcceptTerms")
accept_button.click() #Wait 10 seconds for the load
driver.implicitly_wait(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment