Hello I have a browser testing/automation application under .NET/C# that given a Win32 Window handle I can obtain an IHTMLDocument2 interface to a running IE instance and programmatically traverse the page DOM, get/set fields, etc. Can a similiar thing be done with Mozilla/XPCOM? Windows indentifies the "MozillaWindowClass" but using this window handle can I get an XPCOM interface to do a similiar thing? I am aware of the Mozilla ActiveX project but it appears to more geared to embedding the rendering engine in your application rather that programatically driving firefox in a different process. Any ideas or suggestions? Thank you
_______________________________________________ Mozilla-xpcom mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-xpcom
