手机版网站建设多少钱,免费自助搭建网站,网线制作步骤及方法,辽宁省建设工程招标协会网站XPath表达式学习是写UI自动化关键的一步
学习渠道而言w3school肯定是最好的教程 获取控件XPath路径的工具
名称平台介绍uiautomatorviewerAndorid只能直接生成xpah,需要自己拼凑Appium InspectorAndorid iOS只能在mac上用app-insecptorAndorid iOSmacaca的生态工具 常见用法 …XPath表达式学习是写UI自动化关键的一步
学习渠道而言w3school肯定是最好的教程 获取控件XPath路径的工具
名称平台介绍uiautomatorviewerAndorid只能直接生成xpah,需要自己拼凑Appium InspectorAndorid iOS只能在mac上用app-insecptorAndorid iOSmacaca的生态工具 常见用法
Android和iOS控件差异
tag名字是不一样的.
UIAXXXX
android.view.View
android.widget.XXXXX
关键的定位属性也不一样
iOS
name
label
value
Android
resource-id
content-desc
text 常见XPath表达式用法
//*[not(ancestor-or-self::UIATableView)]
//*[not(ancestor-or-self::UIAStatusBar)]
//*[resource-idcom.xueqiu.android:id/action_search]/parent::*
//*[resource-idcom.xueqiu.android:id/action_search]
//*[contains(name(), Text)] //*[resource-id! and not(contains(name(), Layout))]
//*[../*[selectedtrue]]