Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
warning when using waitProperty
#2
Solved: 10 Years, 10 Months, 1 Week ago
Hi,

You used "Text" as a property name however WebEdit does not have any such property.

The syntax for the waitProperty is:
Code:
object.WaitProperty (PropertyName, PropertyValue, [TimeOut])
An Example:
Code:
If Browser("index").Page("index").WebEdit("Account").WaitProperty("disabled", 0) Then
    Browser("index").Page("index").WebEdit("Account").Set ("123")
End If
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-19-2009, 11:41 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,378 09-16-2018, 03:48 PM
Last Post: vijilesh
  Help Waitproperty or Checkproperty with micGreaterThan() Code typhoon23 1 1,894 08-23-2017, 05:02 PM
Last Post: Ankur
  WaitProperty does not refresh the object (WebNumber) cantorre 0 1,517 05-10-2017, 06:21 AM
Last Post: cantorre
  [UFT] WpfTable and WaitProperty with RowCount robertosalemi 0 1,864 11-23-2016, 10:55 PM
Last Post: robertosalemi
  Synchronization using waitproperty Nisha 1 2,220 10-29-2016, 09:20 AM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)