Syntax of wait property is
try out.....sorry if iam wrong
Code:
WaitProperty("Property Name","PropertyValue",Timeout in millisec)
Browser("Radiant Logic, Inc. |").Page("Radiant Logic, Inc. |_2").WebButton("Start").WaitProperty("enabled","true",200)
Browser("Radiant Logic, Inc. |").Page("Radiant Logic, Inc. |_2").WebButton("Start").Click
try out.....sorry if iam wrong