Quote:
Originally Posted by luiscc
In fact I already did that, and thought everything was right but it was not, 'userId' apparantely should be changed by 'referenenum'.
|
I looked at your login page. It's "referencenum," not "referenenum."
Quote:
and i'm sure there is a password control.
|
There is, but IIRC, controls are case sensitive...
if you got this error message:
Code:
_find_control
mechanize._form.ControlNotFoundError: no control matching name 'PASSWORD'
you may need to use "password" not "PASSWORD" as it's lower case on that page.