Skip to content

Commit

Permalink
driver local path
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan1999 committed Dec 30, 2023
1 parent 0463e19 commit 338c3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ static_test/
temp/
history/
.ipynb_checkpoints/
chromedriver
3 changes: 1 addition & 2 deletions scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
import chromedriver_autoinstaller
from selenium.common import exceptions


chromedriver_autoinstaller.install()
chromedriver_autoinstaller.install(cwd=True)


options = webdriver.ChromeOptions()
Expand Down

0 comments on commit 338c3e4

Please sign in to comment.