无法在 Android Chrome 中找到元素

Cannot locate elements in Android Chrome

我正在尝试使用 UI Automator Viewer 在 www.facebook.com android chrome 中定位元素,但我 无法 深入浏览器。我可以找到地址栏、选项卡按钮、选项按钮,但在浏览器中找不到任何东西,如电子邮件、密码文本字段、登录按钮等。

看图:

您正在尝试识别 Web 视图中的元素,这就是 uiautomatorviewer 无法工作的原因。

您必须使用 chrome 远程调试来识别 webview 中的元素。 参考这个链接

https://developer.chrome.com/devtools/docs/remote-debugging

https://developers.google.com/web/tools/chrome-devtools/remote-debugging/webviews

显然 UI Automator Viewer 表现得很有趣。重新启动成功了。 现在一切正常