如何知道在ui自动化测试期间是否达到ListView的底部/结尾

时间:2018-11-14 10:52:11

标签: appium appium-ios python-appium

我正在尝试使用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是否为真。停止滑动。

0 个答案:

没有答案