I have a question regaurding the setup of WaitProperty.
I keep getting a step Warning message even though the code still seems to function correctly:
My code:
Message:
Step Name: File Download.WaitProperty
Step Warning
Object Details Result Time
File Download.WaitProperty "text", "File Download", 80000 Warning 2/9/2012 - 10:22:25
Should I be triggering of a different property? I keep increasing the time but I still get the Warning.
so far, with no luck, i have tried:
with these two sometimes passing:
I keep getting a step Warning message even though the code still seems to function correctly:
My code:
Code:
Browser("Wisdom").Dialog("File Download").WaitProperty "text", "File Download", 80000
Step Name: File Download.WaitProperty
Step Warning
Object Details Result Time
File Download.WaitProperty "text", "File Download", 80000 Warning 2/9/2012 - 10:22:25
Should I be triggering of a different property? I keep increasing the time but I still get the Warning.
so far, with no luck, i have tried:
Code:
Browser("Wisdom").Dialog("File Download").WaitProperty "text", "File Download", 100000
Browser("Wisdom").Dialog("File Download").WinButton("Open").WaitProperty "text", "&Open", 100000
Dialog("text:=" & "File Download").WaitProperty "text", "File Download", 60000
Dialog("File Download").WinButton("Open").WaitProperty "text", "&Open", 60000
Browser("Wisdom").Dialog("File Download").WinButton("Open").WaitProperty "text", "&Open", 100000
Dialog("File Download").WaitProperty "text", "File Download", 60000
with these two sometimes passing:
Code:
Dialog("text:=" & "File Download").WaitProperty "text", "File Download", 110000
Browser("Wisdom").Dialog("File Download").WaitProperty "text", "File Download", 80000