in reply to Re: WWW::Mechanize::Chrome: Click on button not part of a form
in thread WWW::Mechanize::Chrome: Click on button not part of a form

$mech->click({ selector => '#element-id' }); works wonderfully! Thanks a lot Corion!