-
Type:
Test
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Appium, cordova-medic, cordova-plugin-camera, cordova-plugin-contacts (DEPRECATED)
-
Labels:None
On iOS, sometimes element.tap() function is not working, saying that it is impossible to tap on the element (possibly because of some other elements overlapping it) so we need a workaround for this case.
Custom tapElementByXPath function can use touchAction to tap on such elements.
A good place for such a function would be wdHelper, to allow its usage from any plugin Appium test suite.