chrome_options = webdriver.ChromeOptions()
chrome_options.add_argument('--no-sandbox')
chrome = webdriver.Chrome(chrome_options=chrome_options)
chrome_options = webdriver.ChromeOptions()
chrome_options.add_argument('--no-sandbox')
chrome = webdriver.Chrome(chrome_options=chrome_options)
本文标题:selenium chrome is not reachable
本文链接:https://www.haomeiwen.com/subject/jvpmottx.html
网友评论