Group
Extension

Matches 2

WWW-WebKit2 ( P/PV/PVH/WWW-WebKit2-0.133.tar.gz, PVH, 2022; MetaCPAN )
WWW-WebKit2/lib/WWW/WebKit2/Locator.pm ( view source; MetaCPAN )
package WWW::WebKit2::Locator;

use Carp qw(croak);
use JSON qw(decode_json encode_json);
use Moose;

has 'locator_string' => (
    is       => 'ro',
    isa      => 'Str',
    required => 1,
);

has 
    var result = { "y": win_top + y, "x": win_left + x };
        return JSON.stringify(result)';

    my $result = decode_json $self->inspector->run_javascript($search);
    return ($result->{x}, $re
WWW-WebKit2 ( P/PV/PVH/WWW-WebKit2-0.133.tar.gz, PVH, 2022; MetaCPAN )
WWW-WebKit2/lib/WWW/WebKit2/Inspector.pm ( view source; MetaCPAN )
rp croak);
use Encode qw(decode_utf8);
use Glib qw(TRUE FALSE);
use Moose::Role;
use JSON qw(decode_json encode_json);
use WWW::WebKit2::Locator;
use WWW::WebKit2::LocatorCSS;

sub run_javascript {
  
DocumentPosition(second_element);' .
        'return (position == 4) ? 1 : 0';

    return decode_json $self->run_javascript($javascript_string);
}

=head2 check_window_bounds

=cut

sub check_window_

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.