Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
流程优化
Browse files Browse the repository at this point in the history
  • Loading branch information
Raichu committed May 30, 2021
1 parent 4e3b008 commit 3efe5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xuexi.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def finally_run():
chrome_options.add_argument('--ignore-ssl-errors') # 忽略ssl错误
chrome_options.add_argument('–log-level=3')

browser = webdriver.Chrome(options=chrome_options)
browser = webdriver.Chrome(os.path.join(os.getcwd(), 'chromedriver.exe'), options=chrome_options)
browser.maximize_window()

exam_temp_Path = './data/exam_temp.json'
Expand Down

0 comments on commit 3efe5e9

Please sign in to comment.