1

Web ページの onclick を追跡できるようにする必要があります。ここに私がこれまで持っているコードがあります。

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....
4

1 に答える 1