|
| Total Answers and Comments: 3 |
Last Update: April 27, 2009 Asked by: lostInAutomation |
|
| | |
|
Submitted by: Lakshmi Reddy Hi , If u want to insert a value into the text field then u can use "Settext " keyword , if u want to capture the value from textfield then u can use "gettext" keyword.
Eg: CustomerName.settext(name) //name is variable Eg:CustomerName.gettext(name) //name is variable
With respect situation we can use .
Above answer was rated as good by the following members: test12geeta | Go To Top
|