am out of touch with Canoo for a long time - but wasnt there something called
verifyinputfield too which could be used for the same?
Cheers!
Aatish
Janno Kusman <jann...@hot.ee> wrote:
You can use storexpath to get value of input element.
xpath="//*/input[@id='1']/@value"
property="id1value"/>
sets field value to WebTest property "id1value"
Janno
Siju John wrote:
We have "setinputfield" to set the value to a given field.
I want the opposite. I want to get the value of the given field.
e.g. unique id = 1
I want to get the value "1" provided the unique id name.
Pls anybody can help.