待补平差检查和上传逻辑
This commit is contained in:
@@ -120,8 +120,8 @@ class MeasureTabbarPage:
|
||||
# 向上滑动
|
||||
# 记录滑动前的项目,用于判断是否滑动到顶
|
||||
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.driver.swipe(start_x, start_y, start_x, end_y, 1000)
|
||||
|
||||
Reference in New Issue
Block a user