我尝试开始使用 selenium(今天下载了当前版本)并复制了他们打开浏览器并执行谷歌搜索的示例。
然而,程序永远挂在第一行WebDriver driver = new FirefoxDriver();
。
我安装了 Firefox 13。
线程转储: 线程[主] Thread.sleep(long) 行:不可用 [本机方法] [局部变量不可用] FirefoxBinary.sleep(long) 行:218 FirefoxBinary.clean(FirefoxProfile, File) 行:234 NewProfileExtensionConnection.start() 行:76 FirefoxDriver.startClient() 行:200 FirefoxDriver(RemoteWebDriver).(CommandExecutor, Capabilities) 行:94 FirefoxDriver.(FirefoxBinary, FirefoxProfile) 行:147 FirefoxDriver.() 行:85 Test.main(String[]) 行:24