robotframework-appiumlibrary
robotframework-appiumlibrary copied to clipboard
Enable selenium 4
Hi,
Latest pypi release has a dependency to selenium version < 4. However in master branch this is no longer required:
'selenium >= 2.47.1',
Could this restriction be removed from a pypi release with a new release?
This fails for me too!
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
robotframework-appiumlibrary 1.6.3 requires selenium<4,>=2.47.1, but you have selenium 4.0.0 which is incompatible.
Installing robotframework-appiumlibrary and robotframework-seleniumlibrary is impossible because of that conflict
An option would be upgrade the appium python client https://github.com/appium/python-client#quick-migration-guide-from-v1-to-v2
Hi @serhatbolsu ,
could you please release a new version of the library to PyPi?
I noticed that v1.6 already supported selenium >= 4, so there shouldn't be any compatibility issues.
Test fix here please #363