in reply to Re: WWW::Mechanize - Unable to fill password field
in thread WWW::Mechanize - Unable to fill password field

When I print the page, I get the HTML code with the username filled with 'admin'. But, I don't see any value populated for password field. This is not allowing to submit the page.

In my original post, I have given the code with username field with value but not for password field.

Is this something related to SSO login of the website which is restricting to input password field

  • Comment on Re^2: WWW::Mechanize - Unable to fill password field

Replies are listed 'Best First'.
Re^3: WWW::Mechanize - Unable to fill password field
by Anonymous Monk on Jan 05, 2015 at 08:17 UTC
    why don't you submit what you need to without using set_fields...?