【发布时间】:2017-03-10 10:53:12
【问题描述】:
我正在尝试在selenium webDriver 中使用codeception 运行测试。为了启动驱动程序,我使用这个命令
java -jar -Dwebdriver.chrome.driver='path to chrome driver' selenium-server-standalone-3.2.0.jar
但是,当我开始运行测试时,我收到错误消息:the path to driver executable must be set by the webdriver.chrome.driver system property...
但据我所知,我已经给出了驱动程序的路径,那么我该如何解决这个问题?
【问题讨论】:
标签: php selenium selenium-webdriver webdriver codeception