Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
bhajojo opened this issue Jan 24, 2018 · 9 comments
Closed

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

bhajojo opened this issue Jan 24, 2018 · 9 comments

Comments

@bhajojo
Copy link

bhajojo commented Jan 24, 2018

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
Copy link

tehmiril commented Apr 9, 2018

how do you use this keyword in the test case?

@bhajojo
Copy link
Author

bhajojo commented Jul 22, 2018

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

@jupe
Copy link

jupe commented Feb 4, 2020

is this still true?

@dberezovskyi
Copy link

dberezovskyi commented Jan 20, 2021

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
Copy link

mendrea commented Oct 6, 2021

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
Copy link

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

@mendrea
Copy link

mendrea commented Oct 8, 2021

@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
Copy link
Owner

Closing due to inactivity

@serhatbolsu
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants