willowtreeapps / conductor-mobile

Conductor Mobile is a port of the Conductor Web Framework for iOS and Android
Apache License 2.0
6 stars 5 forks source link

[BUG] Slow Interactions on iOS13 (Implement Click -> Tap Workaround) #159

Closed mrk-han closed 4 years ago

mrk-han commented 4 years ago

The problem

See: https://github.com/appium/appium/issues/13503

Details

Replace

mobileElement.click() with TouchAction(Driver).Tap(mobileElement).Perform();

mrk-han commented 4 years ago

Closed by #160