Forum Discussion
Dmitry_Nikolaev
Staff
16 years agoHi Alison,
You can get the 'window' object in the following way:
A page object can be obtained in the way below:var page = Sys.Process("iexplore").Page("http://www.google.com");
// or
var page = Sys.Process("iexplore").Page("*");