I want to use currently loaded webpage in internet explorer as ...HtmlDocument... in HtmlAgilityPack. I am using explorer document through mshtml as COM object....mshtml.HTMLDocument doc = explorer.Document as mshtml.HTMLDocument;
...Then I've tried to co...