04-09-2013, 03:52 AM
I am automating a test where you click a button and a new window comes up with a report in it. I go to the window and look for text.
Now everything is working, but when I try to access the popup window there is a delay of about a minute where it just says "running"
report Viewer.Report Viewer.Frame is there, but there is still a delay of like a minute. I didn't put a sync statement.
Any ideas what might be happening?
Now everything is working, but when I try to access the popup window there is a delay of about a minute where it just says "running"
Code:
(like if I do a
res=trim(Browser("Report Viewer").Page("Report Viewer").Frame("report").WebElement("WebTable").GetROProperty("innertext"))
report Viewer.Report Viewer.Frame is there, but there is still a delay of like a minute. I didn't put a sync statement.
Any ideas what might be happening?