Skip to content

Instantly share code, notes, and snippets.

@kperry2215
Created November 4, 2022 04:27
Show Gist options
  • Save kperry2215/26bed36b797a520554290d948a897622 to your computer and use it in GitHub Desktop.
Save kperry2215/26bed36b797a520554290d948a897622 to your computer and use it in GitHub Desktop.
show_all
#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