5 messages in com.canoo.lists.webtestRe: [Webtest] How to Get value from a...
FromSent OnAttachments
Siju John02 Feb 2004 02:27 
Janno Kusman02 Feb 2004 03:53 
Marc Guillemot02 Feb 2004 04:27 
Aatish Arora04 Feb 2004 06:04 
Marc Guillemot05 Feb 2004 00:38 
Subject:Re: [Webtest] How to Get value from a field
From:Aatish Arora (a_aa@yahoo.com)
Date:02/04/2004 06:04:01 AM
List:com.canoo.lists.webtest

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.