chrome not reachable
2021-07-03 本文已影响0人
海天启航
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
就可以了