appium / appium/java-client

Appium compatibility issue: Need appium version that is compatible with Selenium 4.18.1

Open
#2,174 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

NeedsInfo
Dominant language
Java
Stars
1.3k
Forks
752
Avg merge
6d 21h
Merged PRs (30d)
8

Description

Do I have the most recent component updates?
  • 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

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
  • Operating system: Windows10
  • Appium server version (output of appium --version): 9.2.0
  • Selenium version: 4.18.1
  • Appium driver(s) and their version(s):
  • Appium plugin(s) and their version(s):
  • Node.js version (output of node --version):
  • npm version (output of npm --version):
  • Last component(s) version which did not exhibit the problem:
  • Platform and version under test:
  • Real device or emulator/simulator:
Link to Appium Logs

No response

Further Information

No response

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the Maven setup with Selenium 4.18.1, Appium 9.2.0, Java 17, and TestNG 7.7.0 on Windows 10. Capture the missing failure details and compare the working Selenium 4.13.0 setup; done would require identifying and documenting a compatible dependency combination or a confirmed incompatibility.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
testing
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.