Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

[🚀 Feature]: Dependent selenium version is too low #80

Closed
viiker opened this issue Aug 29, 2023 · 1 comment
Closed

[🚀 Feature]: Dependent selenium version is too low #80

viiker opened this issue Aug 29, 2023 · 1 comment

Comments

@viiker
Copy link

viiker commented Aug 29, 2023

Feature and motivation

The requirements.txt indicates:
robotframework>=5.0
selenium==3.141.0
robotframework-appiumlibrary==1.6.4
psutil>=5.6.0
Appium-Python-Client==1.3.0
urllib3<=1.26.16

The dependent selenium version is 3.141.0.
Can this version restriction be loosened?

Usage example

Can it be changed to:
selenium>=3.141.0

@Wolfe1
Copy link
Contributor

Wolfe1 commented Aug 29, 2023

No, it will not function with selenium 4 and above.

See #75 for more information.

@Wolfe1 Wolfe1 closed this as completed Aug 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants