Appium 自动化测试 -- 在Uiautomator中查看webview元素
Posted 鲨鱼逛大街
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Appium 自动化测试 -- 在Uiautomator中查看webview元素相关的知识,希望对你有一定的参考价值。
在uiautomator中,直接查看不到webview中的元素,不知道大家遇到过没有?如下
解决方法如下:
step0:将uiautomator关闭
step1:在appium 中,设置android Settings
step2:启动appim server后,启动inspector
step3:这时,我们可以发现在手机中,已经启动了app,点击“Refresh”可以捕获当前界面元素,选择要打开的webview菜单。通过inspect tap 打开webivew
step4:重新打开uiautomator,这时发现我们可以捕获到webview中的元素啦...
以上是关于Appium 自动化测试 -- 在Uiautomator中查看webview元素的主要内容,如果未能解决你的问题,请参考以下文章