SelectorsHub / SelectorsHubIssues

11 stars 0 forks source link

Error message for quotes is not correct(it says quotes missing when i have extra quotes) #65

Open gauravkhuraana opened 1 year ago

gauravkhuraana commented 1 year ago

Here i have 2 quotes instead of one by mistake.

it says a quote is missing. if we can put a logic if 2 Quotes (single/double) are together, user is given the message

Solution 1 (find) - 2 single quotes / double quotes are together which is not allowed, please remove one

Solution 2 (find and fix) - Also it can automatically fix those as well instead of giving user message if possible

//li[@class="udzial""] 

image

Dilip25825 commented 10 months ago

You need to enter //li[@class = "udzial"] instance of //li[@class = "udzial""]

gauravkhuraana commented 10 months ago

You need to enter //li[@Class = "udzial"] instance of //li[@Class = "udzial""]

@Dilip25825 i know the right xpath, this bug is about error message given by Shub