in reply to Re: help clicking radio buttons using WWW::Mechanize::Chrome
in thread help clicking radio buttons using WWW::Mechanize::Chrome
It's apparently empty. If I modify my original code to include the Dumper call as follows:
my $response = $mech->click({id => 'ProductSelect-option-color-solar-8 +568844557'}); print Dumper($response);
The output is:
> ./www_mechanize_chrome_testcase.pl $VAR1 = []; Can't call method "is_success" on unblessed reference at ./www_mechani +ze_chrome_testcase.pl line 26.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: help clicking radio buttons using WWW::Mechanize::Chrome
by shmem (Chancellor) on Jan 11, 2021 at 02:10 UTC |