-
Hello. Installing the latest rpaframework, the selenium package has been automatically updated to 4.4.3, that is marked as not compatible with robotframework-appiumlibrary==1.6.3
The reported messa…
-
Hi guys, I'm having a problem with appium. In the last few days, appium stopped recognizing elements of type ID, I managed to make them recognize through version 2.0 of Appium-Python-Client, but when …
-
Implement new keyword `flick` that does;
- refer to https://github.com/appium/python-client regarding implementation,
also appium.webdriver.extensions.action_helpers
-
Implement new keyword `drag_and_drop` that does;
- refer to https://github.com/appium/python-client regarding implementation,
also appium.webdriver.extensions.action_helpers
-
After I updated the robotframework-appiumlibrary from 1.6.4 to 2.0.0, I started facing some issues in the logs as attached. Please let me know how to go about it.
-
This issue started happen as soon as AppiumLibrary upgraded from 1.6.3 to 1.6.4 or 2.0.0.
**What versions work well:**
AppiumLibrary 1.6.3, Appium-Python-Client-1.3.0 robotframework-appiumlibra…
robco updated
2 years ago
-
I'm try to execute script when test native mobile app.
On Python I do it:
```
${searchAction} create dictionary action search
execute script mobile:performEditorAction ${searchAction}
```
…
-
Hello,
I am trying to perform swipe action in iOS application web view.
Does appiumLibrary "swipe" keyword support this action in web view side?
-
I am learning how to use Appium with Robot Framework. My Test case is to login and logout a Gmail webpage in Chrome using a Samsung mobile, with Android version 4.4.2.
web page is launched successf…
-
i am using robotframework+appiumlibrary+Appium+winAppDriver to test my windows PC application.
but I can not input the file path in the input box via the Input Text keyword in appiumlibrary.
if the …