-
-
Notifications
You must be signed in to change notification settings - Fork 761
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
Appium compatibility issue: Need appium version that is compatible with Selenium 4.18.1 #2174
Comments
I have tried https://github.com/appium/java-client?tab=readme-ov-file#compatibility-matrix with the versions mentioned. Selenium 4.13.0 works fine with Appium 8.5.1. Latest version of Selenium doesn't have any compatible Appium versions |
@KazuCocoa - Let me know if you have any stable appium version that works with Selenium 4.18.1 |
I assume you're saying Appium Java Client version from the description. Appium server log as you said "not working" may help to help. |
Attached screenshot for more error details. The same test runs fine with Selenium 4.13.0 works fine with Appium 8.5.1. |
It looks like your configured WebDriver URL was invalid..? So the new session request didn't reach the appium server. Or the concrete error message may need to scroll down more. I assume you're saying Java client, so Appium server on your local itself is the same. Then should the WebDriver URL be
|
I am also seeing this issue. Can you think of any reason why the same test would pass with an older version of selenium but not with the latest version? |
Please share the full Appium server log and client version combination of Appium/Selenium to take a look at possible reasons |
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
Selenium 4.18.1 does not work with Appium 8.5.1 (tried with all Appium versions above till 9.2.2 latest) or any versions below. Test execution fails
Previous version Selenium 4.13.0 works fine with Appium 8.5.1, upgrading Selenium to next level doesn't work with any of Appium versions.
Is there a compatible version of Appium that works with 4.18.1, or there are any alternative versions of appium that can be used ?
Expected Behavior
Selenium 4.18.1 required a suitable Appium version that's compatible
Minimal Reproducible Example
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<selenium.version>4.18.1</selenium.version>
<appium.version>9.2.0</appium.version>
<testng.version>7.7.0</testng.version>
<jackson.version>2.15.2</jackson.version>
Environment
appium --version
): 9.2.0node --version
):npm
version (output ofnpm --version
):Link to Appium Logs
No response
Further Information
No response
The text was updated successfully, but these errors were encountered: