in reply to How to fill textarea of a webpage fetched using WWW::Mechanize::Firefox ?
my $textarea = $mech->xpath('//textarea', one => 1); $textarea->value("somevalue");
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How to fill textarea of a webpage fetched using WWW::Mechanize::Firefox ?
by strawperl (Initiate) on May 10, 2015 at 05:35 UTC |