首页 文章

使用chromedriver和selenium ubuntu [关闭]

提问于
浏览
-4

org.openqa.selenium.WebDriverException:驱动程序可执行文件的路径必须由webdriver.chrome.driver系统属性设置;有关更多信息,请参阅http://code.google.com/p/selenium/wiki/ChromeDriver . 最新版本可以从http://chromedriver.storage.googleapis.com/index.html命令持续时间或超时下载:253毫秒 . 请帮我找到这个 .

1 回答

  • 0

    如果您尝试运行java测试,则必须将“chromedriver”文件的路径提供给“JVM” .

    java -Dwebdriver.chrome.driver=path_to_your_chromedriver ...
    

相关问题