Day5-6测试积点任务
问题:appium 是否可以通过 content-desc 的值来识别元素呢
UI Automator Viewer中识别到元素的的content-desc,
怎么通过content-desc的值来定位这个页面元素呢?
我试过用findElementByName,但是无法找到这个element!
这个element存在吗?检查页面元素的文件名 可以试试用UIAutomator来查找description
driver.find_element_by_android_uiautomator('new UiSelector().description("业务说明")') 尝试用desktop的xpath的路径来定位App上webview的同样元素 可以用xpath或是css来定位 xpath还是比较靠谱的
页:
[1]