serhatbolsu / robotframework-appiumlibrary

AppiumLibrary is an appium testing library for RobotFramework
Apache License 2.0
404 stars 293 forks source link

Scroll , Swipe Method has not been implemented for appium library #210

Closed bhajojo closed 2 years ago

bhajojo commented 6 years ago

I am using scroll method with robot framework appium library and getting the exception as follows

WebDriverException: Message: Method has not yet been implemented

appium Library Version : 1.4.6

tehmiril commented 6 years ago

how do you use this keyword in the test case?

bhajojo commented 6 years ago

I have associated the appium library with my tests and trying to use those keywords , but getting the error

jupe commented 4 years ago

is this still true?

dberezovskyi commented 3 years ago

Swipe works properly Swipe Down [Documentation] Swipe Down action Swipe By Percent 50 3 50 50

Swipe Left [Documentation] Swipe Left action Swipe By Percent 90 50 10 50 #Swipe left

Swipe Right [Documentation] Swipe Right action Swipe By Percent 10 50 90 50 #Swipe right

mendrea commented 3 years ago

Are there any updates regrading Robot Framework AppiumLibrary scroll (up or down)? I have tried using different selectors and using the press keycode (down arrow or tab) - nothing works. I appreciate any answer. Thanks

dberezovskyi commented 3 years ago

@mendrea you can use JS Executor Execute JavaScript return window.....

mendrea commented 3 years ago

@mendrea you can use JS Executor Execute JavaScript return window.....

I tried but it Fails on WebDriverException: Message: Method is not implemented and the library document states: Inject a snippet of JavaScript into the page for execution in the context of the currently selected frame (Web context only not for mobile)

serhatbolsu commented 2 years ago

Closing due to inactivity

serhatbolsu commented 2 years ago

please test with #363 new Execute Script or new touch methods