On 8/19/06, Michael Peters <[EMAIL PROTECTED]> wrote:
Gabor Szabo wrote: > During testing sometimes I would like to submit a form > either with values missing from a selection list or with illegal values > supplied. > > Similarry ocassionally I would like to supply fields and values that > are not in the real form. > > How can I do this? Not with just Mech. You'd need to use HTTP::Request too. This is how I normally do it.
That might work for me as well I will try it but I was hoping to see some method to turn-off (and then back on) the internal integrity check of Mech. Gabor