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

NAME

Brownie::Node::Mechanize - base class of Brownie::Node series

METHODS

  • new(%args)

  • driver

  • native

  • attr($name)

  • id

  • name

  • type

  • value

  • text

  • tag_name

  • is_displayed

  • is_checked

  • is_selected

  • is_not_displayed

  • is_not_checked

  • is_not_selected

  • set($value)

  • select

  • unselect

  • click

  • find($locator)

  • first($locator)

  • all($locator)

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

HTML::Element, WWW::Mechanize