in reply to Re^2: Win32::IE::Mechanize trouble
in thread Win32::IE::Mechanize trouble

I don't know if the ids are case sensitive, but password isn't properly cased

You haven't shown that the form is properly selected. pc88mxer has some advice on that.

And it wouldn't hurt to find out which input it can't find.

Replies are listed 'Best First'.
Re^4: Win32::IE::Mechanize trouble
by xgamma (Novice) on Jun 19, 2008 at 19:42 UTC
    Here is the form tag. There's only form on the page

    <form name="loginForm" method="post" action="/ccp/login/submitLogin.do">

    I tried to isolate which it couldn't find by doing:

    $ie->field( userName => "username" );

    Then the same thing for password, but they both yielded the same result.