首页 文章

RemoteWebDriver SetFileDetector给出一个异常org.openqa.selenium.UnsupportedCommandException:

提问于
浏览
2

我正在尝试使用RemoteWebDriver在谷歌浏览器中使用webDriver上传文件 . 所以我使用SetFileDetector(new LocalFileDetector())然后使用driver.findElement(By.id('abc')) . sendKeys(value);

但我得到一个例外org.openqa.selenium.UnsupportedCommandException: .

1 回答

相关问题