in reply to Re^2: help clicking radio buttons using WWW::Mechanize::Chrome
in thread help clicking radio buttons using WWW::Mechanize::Chrome
Ouch - yes, that is an inconsistency/bug in the behaviour of ->click(). When the ->click() method results in external HTTP requests, then the returned value is an HTTP::Response object. When the result is just some internal Javascript code, the result is an arrayref of the triggered events. This is wrong and I'll make it so that ->click always returns an HTTP::Response object, as documented.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: help clicking radio buttons using WWW::Mechanize::Chrome
by Special_K (Pilgrim) on Jan 15, 2021 at 18:30 UTC | |
by Corion (Patriarch) on Jan 15, 2021 at 22:32 UTC |