格式化Redhat服务器(亚马逊风格的Linux)并重新安装python,selenium,pyvirtualdisplay,Xvfb,Chrome和Chromedriver之后,我遇到了一个错误:
selenium.common.exceptions.WebDriverException: Message: Service /usr/bin/chromedriver unexpectedly exited. Status code was: 127
初始化浏览器/驱动程序时出现此错误:
driver = webdriver.Chrome(executable_path="/usr/bin/chromedriver")
我正在使用Richard Lloyd的Chrome和Chromedriver 2.9.我认为这个问题源于Chromedriver的依赖性问题.
任何帮助将不胜感激.现在已经挣扎了一段时间.