Hi,
I have three virtual machines with windows server 2003. First have Ie6,
second IE7 and the last one IE8 installed browser. All of them have Chrome,
Safari and FireFox.
I configured all browsers (particulary IE) with document from your website.
When I run simple test in all browsers, it only works in FF, safari and
chrome. In IE (in all version) I have only blank page.
I disabled IE ESC in all machines, but it still doesn’t work.
In using Webaii framework 2010.3.1307.0 version
My test code:
//...
//settings
Manager.LaunchNewBrowser(BrowserType.InternetExplorer, true,
ProcessWindowStyle.Maximized); browser = Manager.Browsers[0]; browser.NavigateTo("http://www.google.com";);
browser.Close();
ag
I changed webaii version from 2010.3.1307 to 2010.3.1421 and now it's working on IE7 and IE8.
ag