Skip to content

Commit 2b449c0

Browse files
committed
fix chromedriver path
1 parent 02916f7 commit 2b449c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-scraping/automate-login/automate_login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
password = "password"
88

99
# initialize the Chrome driver
10-
driver = webdriver.Chrome(r"C:\Users\STRIX\Desktop\selenium\chromedriver")
10+
driver = webdriver.Chrome(r"chromedriver")
1111
# head to github login page
1212
driver.get("https://github.com/login")
1313
# find username/email field and send the username itself to the input field

0 commit comments

Comments
 (0)