malj
12 years agoContributor
Loaded Page not Visible in IE
I am trying to create a very simple test that opens a URL and checks how long it takes to load the page. It is not the absolute numbers that are interesting. Primarily, we want to verify that the right page is loaded and how the load time varies at different time of day. I thought TestComplete would be suitable for this and why not run this test with different browsers to see if there are any browser-specific issues.
However, there seems to be some kind of issue with IE. If I run the code below, the page seems to load (no errors in the log and it takes a resonable number of seconds) but the URL does not appear in the address field and the page does not become visible. What seems to be the problem here? It works as expected in Chrome.
Browsers.Items(btIExplorer).Run "myURL", 10000
However, there seems to be some kind of issue with IE. If I run the code below, the page seems to load (no errors in the log and it takes a resonable number of seconds) but the URL does not appear in the address field and the page does not become visible. What seems to be the problem here? It works as expected in Chrome.
Browsers.Items(btIExplorer).Run "myURL", 10000