定位对应关系

对应关系:

text                     find_element_by_android_uiautomator("new UiSelector().text("文字")")
resource-id         find_element_by_id
class                   find_element_by_class_name
content-desc      find_element_by_accessibility_id

原文地址:https://www.cnblogs.com/peng-lan/p/11288746.html