I need to read the values from a series of input tags of a html page. Can anyone help me in this regard?
Thanks in advance..
I need to read the values from a series of input tags of a html page. Can anyone help me in this regard?
Thanks in advance..
One can get the value of input tag in a web page when using JWebUnit in the following way..:
It gives the value of value attribute of input tag.