<input type="image" does not work
Brought to you by:
henryju
I have 1 form in my page and 4 image input field (all are the same):
<input name="cart" alt="Add to cart" src="btn_add_to_cart.gif" type="image" />
Could you please help me how could I click on it in JWebUnit test case.
Unfortunately the suggestion below does not work:
http://sourceforge.net/tracker2/?func=detail&atid=497982&aid=1058346&group_id=61302
Thanks a lot
Hi,
Do you mean you have four identical <image> tags in your single form?