Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WaitProperty
#1
Not Solved
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:
Code:
Browser("Wisdom").Dialog("File Download").WaitProperty "text", "File Download", 80000
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:

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
Reply
#2
Not Solved
It only means that the text property is never getting changed to "File Download" value
Reply
#3
Not Solved
Rajpes

That's the thing, the "File Download" does show and is visible (to me at least).

I have a huge wait time, and the coded gets run, just dint know why i get a Warning message when all looks and runs well.

thx
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Waitproperty or Checkproperty with micGreaterThan() Code typhoon23 1 1,872 08-23-2017, 05:02 PM
Last Post: Ankur
  WaitProperty does not refresh the object (WebNumber) cantorre 0 1,499 05-10-2017, 06:21 AM
Last Post: cantorre
  [UFT] WpfTable and WaitProperty with RowCount robertosalemi 0 1,851 11-23-2016, 10:55 PM
Last Post: robertosalemi
  Synchronization using waitproperty Nisha 1 2,195 10-29-2016, 09:20 AM
Last Post: supputuri
  SwfToolbar and WaitProperty: how get text robertosalemi 0 1,801 12-14-2015, 08:22 PM
Last Post: robertosalemi

Forum Jump:


Users browsing this thread: 1 Guest(s)