Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
warning when using waitProperty
#5
Solved: 10 Years, 9 Months, 2 Weeks ago
By the way, what error message you are getting?

Try put wait(20) before WaitProperty Line and see if it helps.
Code:
wait(20)
Browser("Yahoo! Mail: The best").Page("Yahoo! Mail: The best").WebEdit("login").WaitProperty "Value", "Inbox", 3000

If it does help it means object was not available, try to enclose WaitProperty with IF-END use Exist method:

Code:
If Browser("Yahoo! Mail: The best").Page("Yahoo! Mail: The best").WebEdit("login").Exist 30000
    Browser("Yahoo! Mail: The best").Page("Yahoo! Mail: The best").WebEdit("login").WaitProperty "Value", "Inbox", 3000
End If

If Brow
Reply


Messages In This Thread
warning when using waitProperty - by pipsonian - 03-19-2009, 09:59 PM
RE: warning when using waitProperty - by farhanalam - 03-20-2009, 07:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help for instruction to click on Skip button in the warning message vijilesh 0 1,368 09-16-2018, 03:48 PM
Last Post: vijilesh
  Help Waitproperty or Checkproperty with micGreaterThan() Code typhoon23 1 1,881 08-23-2017, 05:02 PM
Last Post: Ankur
  WaitProperty does not refresh the object (WebNumber) cantorre 0 1,509 05-10-2017, 06:21 AM
Last Post: cantorre
  [UFT] WpfTable and WaitProperty with RowCount robertosalemi 0 1,857 11-23-2016, 10:55 PM
Last Post: robertosalemi
  Synchronization using waitproperty Nisha 1 2,206 10-29-2016, 09:20 AM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)