Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion google_images_download/google_images_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def download_extended_page(self,url,chromedriver):
options.add_argument("--headless")

try:
browser = webdriver.Chrome(chromedriver, chrome_options=options)
browser = webdriver.Chrome(chromedriver, options=options)
except Exception as e:
print("Looks like we cannot locate the path the 'chromedriver' (use the '--chromedriver' "
"argument to specify the path to the executable.) or google chrome browser is not "
Expand Down