1、Mac 机配置好了 appium 的环境
2、获取到了需要点击的坐标值 如:(100,100)
3、使用方法 swipe(100,100,100,100,500) 点击该坐标
4、脚本提示错误信息: Message: end point is not within the bounds of the screen
因为项目的某些控件不能获取到属性,只能通过坐标来操作。 请问基于 iOS 的 appium 该如何通过坐标来实现呢?