This repository was archived by the owner on Feb 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Element Should (Not) Contain is case sensitive in Python but not in Java #75
Comments
I just created a pull request which fixes this in all places related to the merge from the python library: |
The Pull Request should be ready now. Any idea when this would be availlable in the dependency from maven central? Having it available there means I can actually use it in my build pipeline |
I think you need it with Selenium 3 already? I planned to move to Selenium 4 with next release, but Selenium 4 itself has only Alpha release. |
Yeah, I currently have a testcase which needs it, so that would be with selenium 3 |
4 tasks
Released as 3.141.59.265, should be available soon in Maven Central. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As of version 3.1 they made the Element Should Contain and the Element Should Not Contain case sensitive in the Python version of the SeleniumLibrary.
In de Java version, these keywords are still case insensitive.
This case sensitivity issue has been changed on multiple keywords in Python, see also:
robotframework/SeleniumLibrary#1043
Can these keywords be brought in line with the Python version? If needed I could probably do this myself and put in a pull request.
The text was updated successfully, but these errors were encountered: