Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2b449c0

Browse files
committed
fix chromedriver path
1 parent02916f7 commit2b449c0

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)

[8]ページ先頭

©2009-2025 Movatter.jp