Neda_Sayan
12 years agoNew Contributor
Loading a web page....??? TC 8.7
Hello,
I am trying to load yahoo page using ie, but it doean't happen. I took the script from
TC help / references.
var ieObj = Sys.Process("iexplore");
var ypg = ieObj.ToUrl("http://www.yahoo.com/");
nothing happens. When I inspect the ypg in debug, the propery "Exists" is False.
also when I run it, The TC says "Waiting for Page("*")....
how can I get the "yahoo" page to launch....sounded simple but it is not ...
any help is appreciated.
thanks
Neda
I am trying to load yahoo page using ie, but it doean't happen. I took the script from
TC help / references.
var ieObj = Sys.Process("iexplore");
var ypg = ieObj.ToUrl("http://www.yahoo.com/");
nothing happens. When I inspect the ypg in debug, the propery "Exists" is False.
also when I run it, The TC says "Waiting for Page("*")....
how can I get the "yahoo" page to launch....sounded simple but it is not ...
any help is appreciated.
thanks
Neda