[Webtest] WebForm and input file
Stéphane Ruffieux
webtest@lists.canoo.com
Tue, 23 Mar 2004 10:33:34 +0100
Hello,
I try to define a custom step to submit a form without submit input. I have
problems with a form, which contains an file input for upload.
I get the form with the following code:
FormLocator formLocator = new FormLocator();
formLocator.setName(formName);
form = formLocator.locateForm(context);
The problem is that when I analyze my form, the input of type file is not
part of my form!
Can somebody help me?
Thanks
Stéphane