Navigator.filter is case sensitive #482
Closed
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just found that Navigator.filter(selector) is case sensitive for tag names.
Example:
Let's say I have a button on the page, like this
It seems the find method is not case sensitive, as both of these finds the button
If i use then add the filter method something stange happens:
I would expect that if I use the exact same selector in filter as used in find, then I wouldn't have any effect on the result.
But I seems the case matters for filter and doesn't matter for find.
The text was updated successfully, but these errors were encountered: