Selector won’t narrow to smaller section and also won’t allow to deselect areas within the selected area. Today this issue arose on certain websites but not on others. I tried 3 different browsers with the same issue. It worked normally earlier in the day and I’m now having this issue. Any suggestions?
Could you please specify the website(s) and the elements that you tried to select/deselect?
After selecting a specific event I previously could narrow the selector all the way down to just having the box around the price. It’s not allowing that currently. And if I select the larger area that it will allow, I then can’t deselect anything inside that box.
After trying again, I’m still having the same issue. On top of that, if I save the selection that it will allow, no checks successfully run.
I see what you mean. Unfortunately there’s no direct way to click on the price tag alone right now (due to the page’s layout), we’ll have to look into this.
However the following selectors should help get the details-
[data-testid="section"], [data-testid="quantity"], [data-testid="price"]
This should get you the section, row/quantity and price (you can remove anything you don’t need).
I used the extension for this, the check ran successfully.