Commit 2715a9c9 by 1161899172@qq.com

修改名称相关问题

parent 66d4e433
from selenium import webdriver from selenium import webdriver
driver = webdriver.Chrome()
driver.get("https://ra.raysgo.com/agent/thesaurus/config") option = webdriver.ChromeOptions()
driver.quit() option.add_argument('no-sandbox') # 加上此项,不报错
\ No newline at end of file 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