这是我在执行代码时收到的错误:
driver = webdriver.Chrome(options=chrome_options)
文件"/usr/local/lib/python2.7/dist packages/selenium/webdriver/chrome/webdriver.py",第73行,在initself.service.start((文件"/usr/local/lib/python2.7/dist packages/selenium/webdriver/common/service.py"中,第98行,开始self.assert_process_still_running((文件"/usr/local/lib/python2.7/dist packages/selenium/webdriver/common/service.py",第111行,在assert_process_still_running中%(self.path,return_code(selenium.com.mon.exceptions.WebDriverException:消息:服务chromedriver意外退出。状态代码为:127
driver = webdriver.Chrome()
尝试删除参数。这可能是因为两个不同的铬驱动器。如果仍然不起作用,请参阅链接另外,使用python3进行编译。