03-19-2009, 11:41 PM
Hi,
You used "Text" as a property name however WebEdit does not have any such property.
The syntax for the waitProperty is:
An Example:
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])
Code:
If Browser("index").Page("index").WebEdit("Account").WaitProperty("disabled", 0) Then
Browser("index").Page("index").WebEdit("Account").Set ("123")
End If