Skip to content

Instantly share code, notes, and snippets.

@thunderInfy
Last active May 27, 2021 21:48
Show Gist options
  • Select an option

  • Save thunderInfy/798f9934c122664ae5e837f3e5f5c8d4 to your computer and use it in GitHub Desktop.

Select an option

Save thunderInfy/798f9934c122664ae5e837f3e5f5c8d4 to your computer and use it in GitHub Desktop.
opts = Options()
opts.add_argument('--headless')
browser = webdriver.Firefox(firefox_options=opts,executable_path='./geckodriver')
browser.get(website)
browser.find_element_by_xpath(searchbypin).click()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment