[Webtest] Cant't get ClickButton to work
Dan T
Dan T" <olafkolzig@gmail.com
Mon, 18 Dec 2006 11:38:03 -0500
------=_Part_12412_25192120.1166459883001
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi,
Your button doesn't seem to have a name attribute. Instead it has the
attribute value="Weiter". You can try xpath='//input[@value="Weiter"]'
instead of name="Weiter" in your clickButton step and it should work.
------=_Part_12412_25192120.1166459883001
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi,<br><br>Your button doesn't seem to have a name attribute. Instead it has the attribute value="Weiter". You can try xpath='//input[@value="Weiter"]' instead of name="Weiter" in your clickButton step and it should work.
<br>
------=_Part_12412_25192120.1166459883001--