Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WaitProperty
02-10-2012, 01:21 AM (This post was last modified: 02-10-2012 01:23 AM by mv8167.)
Post: #1
WaitProperty

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:
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:

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:
Dialog("text:=" & "File Download").WaitProperty "text", "File Download", 110000
Browser("Wisdom").Dialog("File Download").WaitProperty "text", "File Download", 80000

thx for your time

Lorena
Find all posts by this user
Quote this message in a reply
02-11-2012, 10:17 AM
Post: #2
RE: WaitProperty
It only means that the text property is never getting changed to "File Download" value
Find all posts by this user
Quote this message in a reply
02-13-2012, 08:18 PM
Post: #3
RE: WaitProperty
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

thx for your time

Lorena
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  WaitProperty not working mv8167 4 311 03-12-2012 01:42 PM
Last Post: sshukla12
  WaitProperty or checkproperty jove1776 5 1,265 10-21-2010 02:25 PM
Last Post: jove1776
  warning when using waitProperty pipsonian 4 1,226 03-20-2009 07:32 PM
Last Post: farhanalam
  Sync Wait WaitProperty Exist (Are they really different?) farhanalam 1 1,765 03-14-2009 09:02 AM
Last Post: guocnc

Forum Jump:


User(s) browsing this thread: 1 Guest(s)