当前位置: 首页 > 知识库问答 >
问题:

WebDriverException:消息:服务chromedriver意外退出。状态代码是:127,Ubuntu中有ChromeDriver和Selenium

蔚元明
2023-03-14

这是我在执行代码时收到的错误:

driver = webdriver.Chrome(options=chrome_options)

文件“/usr/local/lib/python2.7/dist packages/selenium/webdriver/chrome/webdriver.py”,第73行,在init self中。服务start()文件“/usr/local/lib/python2.7/dist packages/selenium/webdriver/common/service.py”,第98行,在start self中。assert_process_still_running()文件“/usr/local/lib/python2.7/dist packages/selenium/webdriver/common/service.py”,第111行,在assert_process_still_running%(self.path,返回代码)selenium中。常见的例外。WebDriverException:消息:服务chromedriver意外退出。状态代码是:127

共有1个答案

尹承泽
2023-03-14

尝试删除参数。这可能是因为两个不同的chrome驱动程序。如果仍然不能工作,请参考链接。此外,使用python3编译

 类似资料: