sreynolds_1
12 years agoNew Member
External exception E06D7363 error opening IE9 webpage
I'm trying to navigate to a webpage in IE9, and keep getting a runtime error despite any efforts to change the script:
External exception E06D7363
Error location:
Unit: "EAGLE production\IE9 smoke test\Script\Unit1"
Line: 13 Column: 3.
The script at this point is:
Browsers.Item("iexplore").Run("http://www.google.com"); Aliases.browser.pageWelcomeEagle.Wait();
I have no idea why it would throw an error, as this is the same script that TC generated when I was recording the test. Any ideas?
External exception E06D7363
Error location:
Unit: "EAGLE production\IE9 smoke test\Script\Unit1"
Line: 13 Column: 3.
The script at this point is:
Browsers.Item("iexplore").Run("http://www.google.com"); Aliases.browser.pageWelcomeEagle.Wait();
I have no idea why it would throw an error, as this is the same script that TC generated when I was recording the test. Any ideas?