NAME
Brownie::Driver::Mechanize - WWW::Mechanize bridge implementation
SYNOPSIS
my $driver = Brownie::Driver::Mechanize->new;
$driver->visit($url);
my $title = $driver->title;
METHODS
IMPLEMENTED
browservisit($url)current_urlcurrent_pathstatus_coderesponse_headerstitlesourcefind($locator)all($locator)
NOT SUPPORTED
screenshot($filename)execute_script($javascript)evaluate_script($javascript)
AUTHOR
NAKAGAWA Masaki <masaki@cpan.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.