Created
November 4, 2022 04:27
-
-
Save kperry2215/26bed36b797a520554290d948a897622 to your computer and use it in GitHub Desktop.
show_all
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
#Select the 'Show All' option | |
accept_button = driver.find_element_by_id("ctl00_ContentPlaceHolder1_btnShowAll") | |
accept_button.click() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment