We can make use of GetROproperty to get the data from the text field box of a web application
Browser("Browsername").page("pagename").webedit("txtuname").set"Shashi"
username=Browser("Browsername").page("pagename").webedit("txtuname").GetROproperty("value")
|