in reply to How to write in a non-form field of which the xpath is known using WWW::Mechanize::Chrome ?
The documentation says the following about ->set_field:
$mech->set_field( %options )Low level value setting method. Use this if you have an input element outside of a <form> tag.$mech->set_field( field => $field_node, value => 'foo', );
What would make the usage more clear and help you to find out how to use ->set_field?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to write in a non-form field of which the xpath is known using WWW::Mechanize::Chrome ?
by garo (Initiate) on Jan 09, 2026 at 11:00 UTC | |
by marto (Cardinal) on Jan 09, 2026 at 12:29 UTC |