Closed mrk-han closed 4 years ago
See: https://github.com/appium/appium/issues/13503
Replace
mobileElement.click() with TouchAction(Driver).Tap(mobileElement).Perform();
mobileElement.click()
TouchAction(Driver).Tap(mobileElement).Perform();
Closed by #160
The problem
See: https://github.com/appium/appium/issues/13503
Details
Replace
mobileElement.click()
withTouchAction(Driver).Tap(mobileElement).Perform();