2.连续实现 2 次滑屏
#从右向左滑
driver.swipe(start_x,start_y,end_x,end_y,200)
time.sleep(1)
driver.swipe(start_x,...前提:appium desktop要启动。有监听端口。
# 将desired_caps发送给appium server。...driver.swipe(start_x,start_y,end_x,end_y,300)
time.sleep(2)
driver.swipe(start_x,start_y,end_x,end_y,...所以你看swipe的源码就可以看到。...前提:appium desktop要启动。有监听端口。
# 将desired_caps发送给appium server。