【发布时间】:2016-01-30 18:01:32
【问题描述】:
我正在使用 Selenium API,但出现错误
Exception in thread "main" java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property;
Chrome 的预期位置是
/usr/bin/google-chrome
但在我的电脑里它在/usr/bin/google-chrome
我正在使用 Ubuntu,我该如何解决这个问题,
【问题讨论】:
标签: java linux google-chrome ubuntu selenium