How do I redirect to another page after I've opened the response page after form submit action which needed username and password for login?
eg. http://a.com has a form. I have used mechanize to submit the form and as a response, I get the home page after which I want to direct my virtual browser to http://a.com/details.html so as to scrape some of my data.