Forum Discussion
mesg2anil
15 years agoRegular Contributor
Hi Robert,
For Question1, as you suggested, I did the same thing in the code shown below...
Contentframe = .Process("iexplore", 2).Page("http://server1/Default.asp").document.frames.Frame("mainFrame").document.frames.Frame("ContentFrame").document.allContentframe.Wait() ==> ""This is erroring out as mentioned above. Any suggestion please?
For Question1, as you suggested, I did the same thing in the code shown below...
Set Contentframe = Sys.Process("iexplore", 2).Page("http://server1/Default.asp").document.frames.Frame("mainFrame").document.frames.Frame("ContentFrame").document.all
Contentframe.Wait() ==> "Unable to find the object Wait. See additional information for details"
This is erroring out as mentioned above. Any suggestion please?
Contentframe = .Process("iexplore", 2).Page("http://server1/Default.asp").document.frames.Frame("mainFrame").document.frames.Frame("ContentFrame").document.allContentframe.Wait() ==> ""This is erroring out as mentioned above. Any suggestion please?