We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
像这种,list里面有10多个一样的classname,但又不同的节点。 现在通过left、right()函数实现,特别慢。 如果有更好的实现方式,该多好!
感谢大神开源,用起来特别好!尤其是新版。安利大家使用新版
The text was updated successfully, but these errors were encountered:
什么叫标识节点
Sorry, something went wrong.
就是具有唯一性的,id或者desc 或者其他的什么标识
提案
基于xpath插件,使用>>代表右侧元素
>>
import uiautomator2 as u2 P = u2.XPath card_xpath = P("证件类型") >> P(className="android.view.View") el = d.xpath(card_xpath).get() el.click()
No branches or pull requests
像这种,list里面有10多个一样的classname,但又不同的节点。
现在通过left、right()函数实现,特别慢。
如果有更好的实现方式,该多好!
感谢大神开源,用起来特别好!尤其是新版。安利大家使用新版
The text was updated successfully, but these errors were encountered: