robotframework-appiumlibrary icon indicating copy to clipboard operation
robotframework-appiumlibrary copied to clipboard

When using method `pinch`, I am getting an error message

Open kshrestha99 opened this issue 7 years ago • 1 comments

Using pinch(locator, percent="150%", steps=1) gives this error message: "WebDriverException: Message: Unknown mobile command "pinchClose". Only shell commands are supported"

kshrestha99 avatar Feb 23 '18 22:02 kshrestha99

Pinch refers to original implementation in appium/python-client. It seems like this method needs to be re-written either to support http://appium.io/docs/en/writing-running-appium/ios/ios-xctest-mobile-gestures/ or as a combination of moves as it was written in https://github.com/appium/java-client/commit/6b216815411a0d7ddf1679c1ceb0c10c5a779b3d#diff-f50beb490f1d493c61c0e8d7a963e5e8

serhatbolsu avatar Aug 02 '18 09:08 serhatbolsu

Deprecated with #363

serhatbolsu avatar Oct 26 '22 09:10 serhatbolsu