当前位置 : 主页 > 编程语言 > python >

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

来源:互联网 收集:自由互联 发布时间:2022-06-15
使用get_attribute()获取元素属性,括号里应该填写什么? 查看appium源码 如果是获取resource-id,填写resourceId ​​self.driver.find_element(MobileBy.XPATH, "//*[contains(@resource-id,'followed_btn')]").get_attri

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

查看appium源码

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

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

如果是获取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')​​


待探索




【文章原创作者:站群服务器 http://www.558idc.com/mggfzq.html 欢迎留下您的宝贵建议】
上一篇:python之jsonpath
下一篇:没有了
网友评论