手机系统:安卓真机
操作系统:windows -> Mac
脚本语言:Python
最开始在 windows 上写的脚本,后来想到 mac 上去跑一下,也是用的安卓机器,结果报错。报错说不支持 find_element_by_name, 使用 Uiautomatoer 和 Inspector 在 mac 上看属性,跟 windows 上是一样的,也是 text 属性为 “测试”,代码如下,想问安卓 Python 语言在 windows 和 mac 上不通用么?还有这个 text 在 mac 上要怎么去定位?
self.driver.find_element_by_name("测试")
运行报错如下
Locator Strategy 'name' is not supported for this session