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

When you use "." inside "<element> contenting "string" it interprets it as a class #23

Open
tolicodes opened this issue Oct 29, 2019 · 1 comment

Comments

@tolicodes
Copy link
Contributor

Ex: When I click on "Button" containing ".75" it will look for .Button .75 (or something)

@sherry-hover @dusterdb88 have more examples

@sherry-hover
Copy link

sherry-hover commented Nov 4, 2019

Reproducible using the selector And "" in the "" should be ""

If you put a value that starts with a decimal in the "should be" (for example, '.5', it interprets it as a class and tries to look for a class called '5'.

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

No branches or pull requests

2 participants