06-18-2010, 04:26 PM
Hi,
I need to know can we use regular expression in wait property.
I am using following line to wait for a message box with message "Pass'.
Now, the message box to which i am applying this, may have "Pass","Fail",or "Abort".
Can we use regular expression in wait property so that any text will work for wait property.
Regards:
TurtleRock
I need to know can we use regular expression in wait property.
I am using following line to wait for a message box with message "Pass'.
Code:
Dialog("Main").Static("Execution").WaitProperty "text","Pass"
Now, the message box to which i am applying this, may have "Pass","Fail",or "Abort".
Can we use regular expression in wait property so that any text will work for wait property.
Regards:
TurtleRock