

Having used VMware extensively for testing HttpWatch on different versions of IE, Firefox and Windows the VMware Fusion product was an obvious candidate.


However, we decided to take a look if to see if there was a simple way to access HttpWatch on the Mac.
#DOWNLOAD INTERNET EXPLORER FOR MAC 2009 MAC OS#
Unfortunately, the answer is no and it is likely to stay that way in the short term as it would take a significant amount of effort to port it to Mac OS X. We often get asked if we have a Mac version of HttpWatch. The first is to create the new instance with WatiN and then attach HttpWatch:įollow Firefox 11, HttpWatch 8.1, IE 10įebruin Firefox, HttpWatch, Internet Explorer There are two ways to get HttpWatch and WatiN to work on the same instance of IE.
#DOWNLOAD INTERNET EXPLORER FOR MAC 2009 HOW TO#
The sample program shows you how to fill out a simple web form:Īnd retrieve values from the resulting page: In HttpWatch 8.3.19 we’ve added a WatIN sample program and documentation to provide a starting point for using WatiN 2.1. The way to avoid this error is to delete the ‘Interop.SHDocVW’ reference that you may have added from the WatiN bin directory: Net 2.0 there isn’t even an option to set ‘Embed Interop Types’ to false. If you had marked the project to build against. Consider setting the ‘Embed Interop Types’ property to false. This could give rise to the compilation errors in a Visual Studio C# project:Įrror CS1758: Cannot embed interop type ‘SHDocVw.CommandStateChangeConstants’ found in both assembly. Unfortunately, a change in the WatiN assembly caused a type conflict with HttpWatch over the definition of IE’s IWebBrowser2 type. Since then, WatiN 2.1 has been released providing significant improvements and the ability to interact with Firefox 3.6 as well as Internet Explorer. It was a popular post, used by many customers to build automated web page tests that used HttpWatch to provide performance metrics, check for HTTP level errors and to look for opportunities to improve performance. In a previous post we described how to interact with a web page using WatiN 1.3 while recording HTTP/HTTPS traffic in HttpWatch. Jin Automation, C#, HttpWatch, Internet Explorer
