10-22-2009, 12:13 PM
Text Area is bit blant. There are 2 ways,
1. Text Area checkpoint.
2. Spy on the object, go to the TO Properties and see which property holds the text ( if your text area means that ). Use GetRoProperty("property_name") to retrieve the text.
3. GetVisibleText if available as a method can be used. This is majorly available for .Net based objects, however, if it is available for web objects then you should be able to use it.
1. Text Area checkpoint.
2. Spy on the object, go to the TO Properties and see which property holds the text ( if your text area means that ). Use GetRoProperty("property_name") to retrieve the text.
3. GetVisibleText if available as a method can be used. This is majorly available for .Net based objects, however, if it is available for web objects then you should be able to use it.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.