lobster
Results
1
comments of
lobster
The IOS device you should be testing? You can modify robotframework-appiumlibrary source,Add method tap_for_ios to _touch.py($Python Path/site-packages/AppiumLibrary/keywords/_touch.py) [document:](http://appium.io/docs/en/writing-running-appium/ios/ios-xctest-mobile-gestures/index.html#mobile-tap) ``` def tap_for_ios(self,locator,x_offset=0, y_offset=0, count=1)): el = self._element_find(locator, True, True) params=dict() params["x"]=...