Skip to content

Commit

Permalink
Update taobao_login.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Cherish authored Jun 11, 2020
1 parent 17217e1 commit 5a130f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2020/taobao/taobao_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

class taobao():
def __init__(self):
self.browser = webdriver.Chrome("D://chromedriver.exe")
self.browser = webdriver.Chrome("path\to\your\chromedriver.exe")
# 最大化窗口
self.browser.maximize_window()
self.browser.implicitly_wait(5)
Expand Down

0 comments on commit 5a130f2

Please sign in to comment.