Group
Extension

Matches 1

Selenium-Remote-Driver-UserAgent ( G/GE/GEMPESAW/Selenium-Remote-Driver-UserAgent-0.0301.tar.gz, GEMPESAW, 2014; MetaCPAN )
Selenium-Remote-Driver-UserAgent/lib/Selenium/Remote/Driver/UserAgent.pm ( view source; MetaCPAN )
rAgent::VERSION = '0.0301';
# ABSTRACT: (DEPRECATED) Use Selenium::UserAgent instead
use Moo;
use JSON;
use Cwd qw/abs_path/;
use Carp qw/croak/;
use Selenium::Remote::Driver::Firefox::Profile;


has 
 s/UserAgent\.pm$/devices.json/;

        my $devices;
        {
            local $/ = undef;
            open (my $fh, "<", $devices_file);
            $devices = from_json(<$fh>);
            close

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