测试积点老人 发表于 2018-4-19 09:50:16

Day5-6测试积点任务

问题:
appium 是否可以通过 content-desc 的值来识别元素呢
UI Automator Viewer中识别到元素的的content-desc,



怎么通过content-desc的值来定位这个页面元素呢?


我试过用findElementByName,但是无法找到这个element!

abcsell 发表于 2018-4-20 10:02:24

这个element存在吗?检查页面元素的文件名

梦想家 发表于 2018-4-20 10:08:20

可以试试用UIAutomator来查找description
driver.find_element_by_android_uiautomator('new UiSelector().description("业务说明")')

海海豚 发表于 2018-4-20 10:16:42

尝试用desktop的xpath的路径来定位App上webview的同样元素

qqq911 发表于 2018-4-20 10:29:44

可以用xpath或是css来定位

jingzizx 发表于 2018-4-20 10:57:02

xpath还是比较靠谱的
页: [1]
查看完整版本: Day5-6测试积点任务