appium+python自动化:获取元素属性get_attribute

使用get_attribute()获取元素属性,括号里应该填写什么?

查看appium源码

appium+python自动化:获取元素属性get_attribute

appium+python自动化:获取元素属性get_attribute

如果是获取resource-id,填写resourceId

self.driver.find_element(MobileBy.XPATH, "//*[contains(@resource-id,'followed_btn')]").get_attribute('resourceId')

如果是获取text,填写text,不是name,这是不准确吗?

self.driver.find_element(MobileBy.XPATH, "//*[contains(@resource-id,'followed_btn')]").get_attribute('text')


待探索

上一篇:java在线聊天项目0.9版 实现把服务端接收到的信息返回给每一个客户端窗口中显示功能之客户端接收


下一篇:【STL__set_的应用】