openatx / facebook-wda

Facebook WebDriverAgent Python Client Library (not official)
MIT License
1.71k stars 266 forks source link

Delay on tap and swipe action #130

Closed tademmahesh closed 1 year ago

tademmahesh commented 1 year ago

Getting some delay on tap and swipe actions I don't find any solutions in Readme, Please help!

codeskyblue commented 1 year ago

wraps into another function, eg

def delay_tap(x, y):
    time.sleep(1.0)
    d.tap(x, y)
tademmahesh commented 1 year ago

@codeskyblue It is delaying the actions I don't want to delay it.