
xpro
New User
Jul 20, 2009, 9:44 AM
Post #1 of 1
(650 views)
|
Mechanize current page's URL?
|
Can't Post
|
|
Hello I'm using perl's module Mechanize to submit some forms, after the program clicks on a button
$m->click_button( value => "ACCEPT" ); it goes to the next page. Is there anyway to get the full url of that page? Regards
|