【发布时间】:2015-03-11 23:48:47
【问题描述】:
我使用过 UI Automator Viewer。它没有检测 Hybrid App 中的 UI 元素。
我正在为混合应用寻找一些间谍工具(例如“appium inspector”和“uiautomatorviewer”)。
【问题讨论】:
标签: selenium-webdriver hybrid-mobile-app
我使用过 UI Automator Viewer。它没有检测 Hybrid App 中的 UI 元素。
我正在为混合应用寻找一些间谍工具(例如“appium inspector”和“uiautomatorviewer”)。
【问题讨论】:
标签: selenium-webdriver hybrid-mobile-app
您可以在 chrome 中检查元素。将您的设备设置为调试模式。将设备连接到系统。打开 chrome 并输入 chrome://inspect/#devices。右键单击要检测的元素并选择检查元素。
【讨论】:
您可以尝试使用 Selendroid。它是适用于 Android 应用程序的 Selenium - 本机、混合、移动。
http://selendroid.io/hybrid.html
你有 Selendroid Inspector 来检测元素: http://selendroid.io/inspector.html
【讨论】: