待补平差检查和上传逻辑
This commit is contained in:
@@ -192,8 +192,8 @@ class ScreenshotPage:
|
||||
# 向上滑动
|
||||
# 记录滑动前的项目,用于判断是否滑动到顶
|
||||
before_scroll_items = self.get_current_items()
|
||||
start_y = list_container.location['y'] + list_container.size['height'] * 0.05
|
||||
end_y = list_container.location['y'] + list_container.size['height'] * 0.95
|
||||
start_y = list_container.location['y'] + list_container.size['height'] * 0.2
|
||||
end_y = list_container.location['y'] + list_container.size['height'] * 0.8
|
||||
self.logger.info("向上滑动列表")
|
||||
|
||||
# 执行滑动
|
||||
|
||||
Reference in New Issue
Block a user