Last active
May 27, 2021 21:48
-
-
Save thunderInfy/798f9934c122664ae5e837f3e5f5c8d4 to your computer and use it in GitHub Desktop.
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
| 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