robotframework-appiumlibrary icon indicating copy to clipboard operation
robotframework-appiumlibrary copied to clipboard

Enable selenium 4

Open tkoukkari opened this issue 3 years ago • 2 comments

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?

tkoukkari avatar Feb 10 '22 14:02 tkoukkari

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

axi92 avatar Mar 04 '22 12:03 axi92

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.

robinmatz avatar Jun 25 '22 19:06 robinmatz

Test fix here please #363

serhatbolsu avatar Oct 25 '22 21:10 serhatbolsu