Closed bhajojo closed 2 years ago
how do you use this keyword in the test case?
I have associated the appium library with my tests and trying to use those keywords , but getting the error
is this still true?
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
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 you can use JS Executor Execute JavaScript return window.....
@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)
Closing due to inactivity
please test with #363 new Execute Script
or new touch methods
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