Forum Discussion
mesg2anil
14 years agoRegular Contributor
Hi Robert,
Thank you for replying...
I've more than 30 - 40 objects on each page, for which I'll have to use WaitChild which will be too much of scripting... is there any other way to make the TC wait till the object is loaded as simple as below code which will make the TC wait till the page is loaded...
Set Page1 = Sys.Process("iexplore", 2).Page("http://" + ProjectSuite.Variables.ServerName + "/Default.asp")
Call Page1.Wait
Thank you for replying...
I've more than 30 - 40 objects on each page, for which I'll have to use WaitChild which will be too much of scripting... is there any other way to make the TC wait till the object is loaded as simple as below code which will make the TC wait till the page is loaded...
Set Page1 = Sys.Process("iexplore", 2).Page("http://" + ProjectSuite.Variables.ServerName + "/Default.asp")
Call Page1.Wait