gpt4 book ai didi

java - 如何在自动化 android webView 的情况下解决 "Cannot call non W3C standard command while in W3C mode"

转载 作者:行者123 更新时间:2023-12-01 22:05:04 25 4
gpt4 key购买 nike

我正在做一个 android webView 自动化。从 native 应用程序上下文更改为 Webview 上下文后,我收到以下错误。

org.openqa.selenium.UnsupportedCommandException: unknown command: Cannot call non W3C standard command while in W3C mode

有很多与此相关的类似问题,但都与网络相关。我在 android webView 中找不到任何解决方案来解决这个问题。谁能告诉我如何解决这个问题。

环境:

  1. 移动版本:5.1.1
  2. Appium 版本 1.15.1
  3. chrome驱动程序版本:78.0.3904.70
  4. Chrome 版本:78.0.3904.62

最佳答案

终于找到解决办法了。我刚刚使用了以下功能。

capabilities.setCapability("appium:chromeOptions", ImmutableMap.of("w3c", false));

关于java - 如何在自动化 android webView 的情况下解决 "Cannot call non W3C standard command while in W3C mode",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58696488/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com