Problem interacting with HTTP unit on forms
Hello
My problem is that I can't change a form I want to change to what I need. There is no option allowing me to change it:
<select name="RESPONSE"><option value="L">Lancaster</option><option selected value="Y">York</option><option value="G">Gloucester</option></select>
I can't use the setParameter or setCheckbox, this is a popup window.
now York is selected, i want to select for example Lancaster.
Are there any alternatives to httpunit?
thanks
Jossi

