The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Brownie::Driver::Mechanize - WWW::Mechanize bridge implementation

SYNOPSIS

  my $driver = Brownie::Driver::Mechanize->new;

  $driver->visit($url);
  my $title = $driver->title;

METHODS

IMPLEMENTED

  • browser

  • visit($url)

  • current_url

  • current_path

  • status_code

  • response_headers

  • title

  • source

  • find($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.

SEE ALSO

Brownie::Driver, WWW::Mechanize, Brownie::Node::Mechanize