My test team has written extensive automated tests for our application in IE. The test harness is an external .NET forms application which launches an instance of IE, retrieves the WebBrowser using SHDocVw.ShellWindows. Now we have a requirement to port our tests to run against Firefox. I know that Firefox supports the object model, however I don't know how to get model's document. Is it possible without embedding the Firefox control in our .NET forms application? Thanks... - Jimmo