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

发布于 2024-12-09 11:39:12 字数 231 浏览 0 评论 0原文

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

但我收到异常 org.openqa.selenium.UnsupportedCommandException:。

I am trying to upload a file using webDriver in google chrome using RemoteWebDriver.
So I am using SetFileDetector(new LocalFileDetector()) and then driver.findElement(By.id('abc')).sendKeys(value);

But I am getting an exception org.openqa.selenium.UnsupportedCommandException:.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

未蓝澄海的烟 2024-12-16 11:39:12

根据此问题页面 http://code.google.com/p/ selenium/issues/detail?id=2653 如果您使用 ChromeDriver(),而不是 RemoteWebDriver(),则可能会发生这种情况。

According to this issue page http://code.google.com/p/selenium/issues/detail?id=2653 this might happen if you use ChromeDriver(), not RemoteWebDriver().

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文