((AndroidDriver)driver).context("NATIVE_APP");
TouchAction touchAction = new TouchAction((AndroidDriver)driver);
TapOptions tapOption = new TapOptions();
ElementOption elemOption = new ElementOption();
touchAction.tap(tapOption.withElement(elemOption.withElement(element))).perform();
当尝试在Chrome浏览器(网络视图)中使用android real device使用TouchAction触摸元素时,会出错。尝试在网络视图中触摸汉堡菜单。
错误:[调试] [AndroidBootstrap] [引导日志] [调试]返回 结果:{“状态”:7,“值”:“试图调用虚拟方法 'android.graphics.Rect io.appium.android.bootstrap.AndroidElement.getBounds()'为null 对象参考“} [调试] [AndroidBootstrap]收到命令结果 从引导程序[调试] [MJSONWP]匹配JSONWP错误代码7至 NoSuchElementError