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

Scroll , Swipe Method has not been implemented for appium library

Open bhajojo opened this issue 6 years ago • 7 comments

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

bhajojo avatar Jan 24 '18 11:01 bhajojo

how do you use this keyword in the test case?

tehmiril avatar Apr 09 '18 02:04 tehmiril

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

bhajojo avatar Jul 22 '18 04:07 bhajojo

is this still true?

jupe avatar Feb 04 '20 15:02 jupe

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

dberezovskyi avatar Jan 20 '21 13:01 dberezovskyi

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

mendrea avatar Oct 06 '21 12:10 mendrea

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

dberezovskyi avatar Oct 06 '21 20:10 dberezovskyi

@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)

mendrea avatar Oct 08 '21 18:10 mendrea

Closing due to inactivity

serhatbolsu avatar Oct 27 '22 08:10 serhatbolsu

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

serhatbolsu avatar Oct 27 '22 08:10 serhatbolsu