在Linux服务器上运行Selenium脚本时遇到Chrome驱动程序问题

时间:2019-06-27 20:59:19

标签: linux selenium selenium-webdriver selenium-chromedriver

在linux服务器上运行Selenium脚本时遇到问题。问题与chrome驱动程序有关。

试图在linux服务器上运行Selenium脚本

WebDriver驱动程序面临的问题=新的ChromeDriver()步骤。

1 个答案:

答案 0 :(得分:0)

这应该可以解决您的问题:https://stackoverflow.com/a/49022224

您需要下载chrome驱动程序并设置属性:

System.setProperty("webdriver.chrome.driver", "C:\\path\\to\\chromedriver.exe");
WebDriver driver = new ChromeDriver();

从此处下载chrome驱动程序:https://sites.google.com/a/chromium.org/chromedriver/