in reply to WWW::Mechanize - Wait until redirected page returned
WWW::Mechanize will follow redirects but won't execute JavaScript. If your redirects are occuring as a result of JavaScript execution, you'll need to write code to read the JavaScript, find the next URL, and do a ->get() on the new URL to get it to skip past that stuff.