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? | Hashnode
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. 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 a.com/details.html so as to scrape some of my data.