标签:androi web ref 查看 没有 src tomato tap 自动化
在uiautomator中,直接查看不到webview中的元素,不知道大家遇到过没有?如下
解决方法如下:
step0:将uiautomator关闭
step1:在appium 中,设置Android Settings
step2:启动appim server后,启动inspector
step3:这时,我们可以发现在手机中,已经启动了app,点击“Refresh”可以捕获当前界面元素,选择要打开的webview菜单。通过inspect tap 打开webivew
step4:重新打开uiautomator,这时发现我们可以捕获到webview中的元素啦...
Appium 自动化测试(9) -- 在Uiautomator中查看webview元素
标签:androi web ref 查看 没有 src tomato tap 自动化
原文地址:https://www.cnblogs.com/guanfuchang/p/9172375.html