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

Relaxed requirement for selenium allowing up to and including 4.27 #444

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

diemol
Copy link

@diemol diemol commented Nov 25, 2024

Implements

Relaxed requirement for selenium allowing up to and including 4.27 and Appium Python Client up to 4.3.0

Fixing

@tkoukkari
Copy link
Contributor

I think the problem is there are some changes that are needed before it would work. TouchAction etc. are removed from appium and need to be modified.

I at least started this in my fork branch:
https://github.com/tkoukkari/robotframework-appiumlibrary/tree/tko_support_appium_4x

...and all tests I was interested about seem to work fine, but more testing would probably be needed.

In my case I need selenium 4.27.0 at minimum.

@diemol
Copy link
Author

diemol commented Nov 28, 2024

I thought this PR would trigger some tests to verify those things.

@tkoukkari
Copy link
Contributor

I thought this PR would trigger some tests to verify those things.

Maybe it did. I think the problems appear only if selenium is version 4.26 or above.

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

Successfully merging this pull request may close these issues.

2 participants