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

Compatibility issue wirth selenium package

Open axiom41 opened this issue 3 years ago • 2 comments

Hello. Installing the latest rpaframework, the selenium package has been automatically updated to 4.4.3, that is marked as not compatible with robotframework-appiumlibrary==1.6.3

The reported message is:

robotframework-appiumlibrary 1.6.3 requires selenium<4,>=2.47.1, but you have selenium 4.4.3 which is incompatible.

Would it be possible to have a new version of robotframework-appiumlibrary, that has not been updated since Dec 2021?

Thanks

axiom41 avatar Sep 02 '22 06:09 axiom41

this issue was fixed in this commit d0a518d, but a new release is not published.

in this thread there is a solution https://github.com/serhatbolsu/robotframework-appiumlibrary/issues/337#issuecomment-1098943131

filipehba avatar Sep 02 '22 12:09 filipehba

@serhatbolsu is it possible to release 1.6.4 based on master, where this problem is solved?

chrcht avatar Oct 01 '22 15:10 chrcht

I have update the library to at least being able to run while selenium4 is installed however still needs to fix some keywords

serhatbolsu avatar Oct 25 '22 13:10 serhatbolsu