我正在尝试使用appium和Appium-Python-Client执行react-native ios应用程序的UI自动化测试。
我的问题是我不知道何时到达ListView的底部。
我连续几次使用self.driver.swipe()
,但这是一个硬编码的解决方案。
我检查了以下问题:
Scroll till end of the page using appium-android
Unable to scroll down till the end of the screen in native ios app using appium
但是问题是,我没有任何参考元素来告知网络驱动程序何时停止,例如driver.find_element_by_accessibility_id
是否为真。停止滑动。