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

DESCRIPTION

Please see Brownie::Driver document.

METHODS

IMPLEMENTED

  • browser

  • visit($url)

  • current_url

  • current_path

  • status_code

  • response_headers

  • title

  • source

  • find($locator)

  • all($locator)

OVERRIDED

  • new

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, Brownie::Node, Brownie::Node::Mechanize

WWW::Mechanize