Created
August 21, 2020 14:55
-
-
Save ashhadulislam/3c2b71245d03c293bde47b81ef68cfde 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
chrome_options = Options() | |
# chrome_options.add_argument("--headless") | |
# above should be uncommented if you are | |
# running the code in a machine without GUI | |
chromedriver_loc = 'software/chromedriver' | |
browser = webdriver.Chrome(executable_path=chromedriver_loc, chrome_options=chrome_options) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment