Appium Appium 是否无法定位非原生控件?

云朵 · June 21, 2014 · Last by hello replied at October 24, 2018 · 1353 hits

如题,有没有什么办法能让 Appium 能够识别非原生的控件?或者根据位置点击指定区域吗?

共收到 2 条回复 时间 点赞

@yunduo1220 非原生控件识别不到,你试试用坐标

execute("mobile: tap", { "tapCount": 1, "touchCount": 1, "duration": 0.5, "x": 46, "y": 206 })

试试利用图像识别技术解决非原生控件的定位问题https://testerhome.com/topics/16569

需要 Sign In 后方可回复, 如果你还没有账号请点击这里 Sign Up