测试积点老人 发表于 2020-9-2 13:46:13

为什么webview 页面调起 native 控件时不生效啊

为什么webview 页面调起 native 控件时不生效啊
目的:
对一个native APP中的webview页面进行UI自动化操作,webview页面中存在一些调起native控件的操作

做法:
直接启动APP时即调起webview页面,通过UI Automator Viewer查看页面元素,并通过appium的api进行操作。

问题:
在webview页面执行点击操作调起native控件时,不生效,不能吊起,手动点击没问题。

考虑但失败的做法
1.click点击更换成js点击,报错WebDriverException: Message: Method has not yet been implemented
2.切换窗口,同样报错 WebDriverException: Message: Method has not yet been implemented
3.更换tab等点击,依然失败
4.context切换到native,失败,因为现在就是用appiumdriver操作的

代码:

失败在 loading_loc1 = self.driver.find_element(MobileBy.ID, 'com.****:id/message_content'),找不到此元素

bellas 发表于 2020-9-3 10:23:36

参考下这个链接https://blog.csdn.net/a910626/article/details/81085518

海海豚 发表于 2020-9-3 13:47:52

https://testerhome.com/topics/4432 看下这个

jingzizx 发表于 2020-9-3 13:56:49

其他方式是否能够定位到

郭小贱 发表于 2020-9-3 15:21:18

可以参考这个看看https://testerhome.com/topics/4432
页: [1]
查看完整版本: 为什么webview 页面调起 native 控件时不生效啊