Forum Discussion
Hi
If you want to open Internet explorer using script please see example below
// Open smartbear.com in Chrome browser:
Browsers["Item"](btChrome)["Run"]("http://example.com");
Regards
Damien
Hi,
Thanks for your reply
But i am not trying to open internet explorer using test complete.
I am trying to open it via our normal C# application
using AutomatedQA.script;
using AutomatedQA.TestComplete;
void Test()
{
var p, w;
p = Sys["Process"]("notepad");
w = p["Window"]("Notepad", "*");
w["Activate"]();
w["Window"]("Edit")["VScroll"]["Pos"] = 0;
w["Window"]("Edit")["Click"](9, 9);
Sys["Keys"]("Test");
w["MainMenu"]["Click"]("File|Exit");
}
- DWalsh11 years ago
Staff
Hi
Please log a ticket with support and they will provide additional feedback so to where the issue may be occuring.
Kind Regards
Damien