openatx / uiautomator2

Android Uiautomator2 Python Wrapper
MIT License
6.18k stars 1.35k forks source link

d.xpath("//android.widget.SeekBar").attr获取的content-desc的信息为空 #994

Closed qingqingcaoyuanlin closed 3 days ago

qingqingcaoyuanlin commented 2 weeks ago

`{'index': '5', 'text': '', 'resource-id': 'com.xxxxxxx:id/screen_saver_timeout_slider', 'package': 'com.xxxx', 'content-desc': '', 'checkable': 'false', 'checked': 'false', 'clickable': 'true', 'enabled': 'true', 'focusable': 'true', 'focused': 'false', 'scrollable': 'false', 'long-clickable': 'false', 'password': 'false', 'selected': 'false', 'visible-to-user': 'true', 'bounds': '[566,253][1308,331]', 'drawing-order': '5', 'hint': ''}

`

image

qingqingcaoyuanlin commented 2 weeks ago

d.xpath("//*[@content-desc='Value, 120']").swipe("right")进行操作是正常的

Maksimwww commented 2 weeks ago

trustwallet.com

codeskyblue commented 3 days ago

你看看是不是有两个seekbar