Help for this page

Select Code to Download


  1. or download this
    sub click {
        my ($self, $button, $x, $y) = @_;
    ...
        my $request = $self->{form}->click($button, $x, $y);
        return $self->request( $request );
    }