Commit 890865f1 by 1161899172@qq.com

修改名称相关问题

parent 2715a9c9
......@@ -3,6 +3,7 @@ from selenium import webdriver
option = webdriver.ChromeOptions()
option.add_argument('no-sandbox') # 加上此项,不报错
option.add_argument('--headless')
browser = webdriver.Chrome(options=option)
browser.get("https://ra.raysgo.com/agent/thesaurus/config")
browser.quit()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment