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

When using zoom method, getting an error message

Open kshrestha99 opened this issue 7 years ago • 2 comments

Using zoom(locator, "150%") gives this error message: "WebDriverException: Message: Method has not yet been implemented"

kshrestha99 avatar Feb 23 '18 22:02 kshrestha99

Zoom or ("pinchOpen") 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

I think I can help on this. @serhatbolsu

matthewdy avatar Apr 24 '19 03:04 matthewdy

Zoom doesn't work anymore with #363

serhatbolsu avatar Oct 27 '22 08:10 serhatbolsu