picklejs icon indicating copy to clipboard operation
picklejs copied to clipboard

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

Open tolicodes opened this issue 6 years ago • 1 comments

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

@sherry-hover @dusterdb88 have more examples

tolicodes avatar Oct 29 '19 20:10 tolicodes

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'.

sherry-hover avatar Nov 04 '19 18:11 sherry-hover