Created
November 4, 2022 04:25
-
-
Save kperry2215/91165a3c81b364c5c4813f8332450154 to your computer and use it in GitHub Desktop.
accept_terms
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
#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