Skip to content
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

Use new settings without selenium-4 dependency #1178

Closed
ogasawara-shift opened this issue Jul 11, 2019 · 3 comments
Closed

Use new settings without selenium-4 dependency #1178

ogasawara-shift opened this issue Jul 11, 2019 · 3 comments

Comments

@ogasawara-shift
Copy link

Description

It is awesome that the version 7.1.0 provides the new settings like these:

However, the version also update dependency of selenium-java from 3 to 4 (even selenium-4 is still in alpha stage), thus our project can't use 7.1.0 (or higher, maybe).

(I guess this is an intentional change, as CHANGELOG explicitly mentions this dependency update)

Could you please consider to release the version (7.0.1 or something) which support these (at least some) settings but selenium-4-independent, if your release policy allows it?

Environment

  • java client build version: 7.1.0
  • Appium server version: N/A
  • Node.js version (unless using Appium.app|exe) or Appium CLI or Appium.app|exe: N/A
  • Mobile platform/version under test: N/A
  • Real device or emulator/simulator: N/A
@SrinivasanTarget
Copy link
Member

@ogasawara-shift Thanks for raising a valid concern. Will think through and get back to you on this. But for now, you can still use 7.1.0 by excluding Selenium(alpha) dependency from java client and adding Selenium dependency(only the previous one i.e 3.141.59) directly in your pom.xml or Gradle file. FYI - If selenium dependency is downgraded further it might raise conflicts.

@SrinivasanTarget
Copy link
Member

@ogasawara-shift
Copy link
Author

Cool, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants