selenium
webdriver.Chrome(CHROMEDRIVER, chrome_options=options)
有时候会报错chrome not reachable
这时候可以试试
ps -ef|grep chrome|grep -v grep|cut -c 9-15|xargs kill -9
就可以了
selenium
webdriver.Chrome(CHROMEDRIVER, chrome_options=options)
有时候会报错chrome not reachable
这时候可以试试
ps -ef|grep chrome|grep -v grep|cut -c 9-15|xargs kill -9
就可以了
本文标题:chrome not reachable
本文链接:https://www.haomeiwen.com/subject/peouultx.html
网友评论