I was using ...Fizzler.Systems.HtmlAgilityPack;... in .NET to get elements using CSS selectors. Now I'm porting my project over to .NET core and there doesn't seem to be a
Fizzler although HtmlAgilityPack.NetCore is available. How do I use CSS selectors?...