HtmlAgilityPack.CssSelectors.NetCore
HtmlAgilityPack.CssSelectors.NetCore copied to clipboard
InvalidOperationException with valid CSS selector
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:
try with use \" selector += "[" + "itemprop=\"" + el.getAttribute("itemprop") + "\"]";
select[name=\"extra[isFoil]\"]"