Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Appium 为 iOS Swift 编写一些集成测试。
我的应用程序的一部分使用 GLKView(特别是 PPSSignatureView)来捕获用户签名(他们会在屏幕上滑动以创建签名),但我没有看到向 GLKView 添加辅助功能 ID 的选项。
有谁知道是否有办法解决这个问题?作为最后的手段,在我的集成测试中,我可以使用 x 和 y 坐标来绘制签名,而不是通过可访问性 id 进行引用,但如果可以的话,我想避免这种情况。
谢谢!