You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last error was: Keyword 'Swipe By Percent' failed after retrying for 10 seconds. The last error was: AttributeError: 'WebDriver' object has no attribute 'desired_capabilities'
#994
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.
I use the most recent available driver/plugin and server versions
Is the component officially supported by the Appium team?
I have verified the component repository is present under the Appium organization in GitHub
Is there an existing issue for this?
I have searched the existing issues
Current Behavior
I am trying to use swipe by percent keyword from Appium robotframework. However, when I execute the tests I get this error: The last error was: Keyword 'Swipe By Percent' failed after retrying for 10 seconds. The last error was: AttributeError: 'WebDriver' object has no attribute 'desired_capabilities'
I read this related issue, tried updating to selenium 4.16.0, but issue remains the same.
Please let me know what could be the issue and how can I fix this? Thank you.
Expected Behavior
Swipe by percent should be able to swipe the app screen without any errors.
GitAmi55
changed the title
The last error was: Keyword 'al.Swipe By Percent' failed after retrying for 10 seconds. The last error was: AttributeError: 'WebDriver' object has no attribute 'desired_capabilities'
The last error was: Keyword 'Swipe By Percent' failed after retrying for 10 seconds. The last error was: AttributeError: 'WebDriver' object has no attribute 'desired_capabilities'
Jun 4, 2024
Uh oh!
There was an error while loading. Please reload this page.
Do I have the most recent component updates?
Is the component officially supported by the Appium team?
Is there an existing issue for this?
Current Behavior
I am trying to use swipe by percent keyword from Appium robotframework. However, when I execute the tests I get this error:
The last error was: Keyword 'Swipe By Percent' failed after retrying for 10 seconds. The last error was: AttributeError: 'WebDriver' object has no attribute 'desired_capabilities'
I read this related issue, tried updating to selenium 4.16.0, but issue remains the same.
Please let me know what could be the issue and how can I fix this? Thank you.
Expected Behavior
Swipe by percent should be able to swipe the app screen without any errors.
Minimal Reproducible Example
Here are my current pip3 installs:
Environment
appium --version
): 2.4.1appium driver list
):UiAutomator2appium plugin list
):node --version
):v21.7.2npm
version (output ofnpm --version
): 10.5.2Link to Appium Logs
LINK
Further Information
No response
The text was updated successfully, but these errors were encountered: