You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there were non alphanumeric characters in css classes, cssSelector() will failed with error like "Could not parse query div.Fz(xs).Fw(b): unexpected token at (xs).Fw(b)"
As an example, in this page, i can get the selector fin-streamer.Fw\(b\):nth-child(1) > span:nth-child(1) from Firefox. You can try it on the page with selector (note the escape) document.querySelector(".Fw\\(b\\)")
When there were non alphanumeric characters in css classes,
cssSelector()
will failed with error like "Could not parse query div.Fz(xs).Fw(b): unexpected token at (xs).Fw(b)"Sample:
The text was updated successfully, but these errors were encountered: