What you see in a browser and what you get in mechanize can be two very different things. Either save the html mechanize gets and check that, or just manually send the post request that the form would generate, which you can get by using the dev tools in your browser to intercept the POST request.
|