We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02916f7 commit 2b449c0Copy full SHA for 2b449c0
web-scraping/automate-login/automate_login.py
@@ -7,7 +7,7 @@
7
password = "password"
8
9
# initialize the Chrome driver
10
-driver = webdriver.Chrome(r"C:\Users\STRIX\Desktop\selenium\chromedriver")
+driver = webdriver.Chrome(r"chromedriver")
11
# head to github login page
12
driver.get("https://github.com/login")
13
# find username/email field and send the username itself to the input field
0 commit comments