05-28-2009, 03:40 PM
Hi Priya,
Use the below script to check the text box property
The above script check whether the textbox is enabled...likewise u can change the true or false condition is check enabled and disabled..
Stephen
Use the below script to check the text box property
Code:
Browser("BrowserName").Page("PageName").Frame("FrameName").WebEdit("TextBoxName").GetROProperty("disabled",1)=false
Stephen