Daniil Tiutiunnik

Results 2 comments of Daniil Tiutiunnik

Having the same problem, pause (no matter how long the duration is) seems to be ignored Used to work around this issue by using WDIO's touchAction method (https://webdriver.io/docs/api/browser/touchAction/) (I'm not...

Sadly it didn't help, here's is the action I've tried - double tap with a 1.5 sec pause between taps: ```javascript await driver.performActions([ { "type": "pointer", "id": "finger1", "parameters": {"pointerType":...