HtmlAgilityPack.CssSelectors.NetCore icon indicating copy to clipboard operation
HtmlAgilityPack.CssSelectors.NetCore copied to clipboard

InvalidOperationException with valid CSS selector

Open danbopes opened this issue 3 years ago • 1 comments

This should be perfectly valid syntax for a CSS selector, and yields the correct result in chrome:

select[name='extra[isFoil]']

This should not throw an error:

danbopes avatar Jun 17 '21 18:06 danbopes

try with use \" selector += "[" + "itemprop=\"" + el.getAttribute("itemprop") + "\"]";

select[name=\"extra[isFoil]\"]"

humbertomoli99 avatar Mar 18 '23 19:03 humbertomoli99