picklejs
picklejs copied to clipboard
When you use "." inside "<element> contenting "string" it interprets it as a class
Ex: When I click on "Button" containing ".75" it will look for .Button .75 (or something)
@sherry-hover @dusterdb88 have more examples
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'.