在没有Gui的情况下使用chrome驱动程序运行硒

时间:2019-07-12 11:25:45

标签: python selenium google-chrome centos selenium-chromedriver

我使用chrome驱动程序作为Web驱动程序使用python硒编写了一些代码。当我在系统(mac os)中运行代码时,该代码有效。 Chrome浏览器已打开,硒正常工作。但是,当我想在没有GUI的Centos 7中运行我的代码时,硒无法与Web驱动程序匹配并运行代码。尽管我安装了google-chrome-stable并使用了相同的Web驱动程序,但硒无法运行Web驱动程序。

driver = webdriver.Chrome(driver_path=chromedrive75)

因此,我不知道如何修复代码以及如何在我的centos操作系统上运行。

1 个答案:

答案 0 :(得分:0)

@Vahid,请检查与服务器兼容的Chrome网络浏览器版本,也尝试以无头模式运行。