I'm using the HTMLAgilityPack and I'm trying to select an element ID with a colon in it. ...Using Fizzler.Systems.HtmlAgilityPack;
...Test #1 (Unknown Pseudo Class)...HtmlNodeSelection.QuerySelectorAll( _htmlDocument.DocumentNode,"#unlocktheinbox:test");
...