NAME
Brownie::Node::Mechanize - base class of Brownie::Node series
DESCRIPTION
Please see Brownie::Node document.
METHODS
IMPLEMENTED
attr
tag_name
id
name
type
value
text
is_displayed
is_checked
is_selected
set($value)
select
unselect
click
find($locator)
first($locator)
all($locator)
OVERRIDED
new(%args)
driver
native
is_not_displayed
is_not_checked
is_not_selected
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.