HtmlAgilityPack.CssSelectors.NetCore
HtmlAgilityPack.CssSelectors.NetCore copied to clipboard
it is very difficult to implement Pseudo class nth-of-type? alternative
Exception thrown: 'System.NotSupportedException' in HtmlAgilityPack.CssSelectors.NetCore.dll Pseudo class nth-of-type not supported.
Hello, I want to implement a fast web scraping without the need for js, but the pseudo class is not supported. My question is if it is too difficult to implement or are there alternatives?