我需要能够关注网页上的点击。这是我到目前为止的代码。
use strict;
use warnings;
use WWW::Mechanize::Firefox;
# Create a new instance of Mechanize
my $mech = WWW::Mechanize::Firefox->new();
# Go to page
$mech->get('http://www.website.com');
# TODO
# use a buttons onclick somehow....