Metadata
{
+
"abstracts_in_pod": { … - "Selenium::ActionChains": "Action chains for Selenium::Remote::Driver",
- "Selenium::CanStartBinary": "Teach a WebDriver how to start its own binary aka no JRE!",
- "Selenium::CanStartBinary::FindBinary": "Coercions for finding webdriver binaries on your system",
- "Selenium::CanStartBinary::ProbePort": "Utility functions for finding open ports to eventually bind to",
- "Selenium::Chrome": "Use ChromeDriver without a Selenium server",
- "Selenium::Edge": "Use EdgeDriver without a Selenium server",
- "Selenium::Firefox": "Use FirefoxDriver without a Selenium server",
- "Selenium::Firefox::Binary": "Subroutines for locating and properly initializing the Firefox Binary",
- "Selenium::Firefox::Profile": "Use custom profiles with Selenium::Remote::Driver",
- "Selenium::InternetExplorer": "A convenience package for creating a IE instance",
- "Selenium::PhantomJS": "Use GhostDriver without a Selenium server",
- "Selenium::Remote::Commands": "Implement commands for Selenium::Remote::Driver for use with webdriver 2",
- "Selenium::Remote::Driver": "Perl Client for Selenium Remote Driver",
- "Selenium::Remote::Driver::CanSetWebdriverContext": "Customize the webdriver context prefix for various drivers",
- "Selenium::Remote::Driver::Firefox::Profile": "Use custom profiles with Selenium::Remote::Driver",
- "Selenium::Remote::ErrorHandler": "Error handler for Selenium::Remote::Driver",
- "Selenium::Remote::Finders": "Handle construction of generic parameter finders",
- "Selenium::Remote::Mock::Commands": "utility class to mock Selenium::Remote::Commands",
- "Selenium::Remote::Mock::RemoteConnection": "utility class to mock the responses from Selenium server",
- "Selenium::Remote::RemoteConnection": "Connect to a selenium server",
- "Selenium::Remote::Role::DoesTesting": "Role implementing the common logic used for testing",
- "Selenium::Remote::Spec": "Implement commands for Selenium::Remote::Driver",
- "Selenium::Remote::WDKeys": "Representation of keystrokes used by Selenium::Remote::WebDriver",
- "Selenium::Remote::WebElement": "Representation of an HTML Element used by Selenium Remote Driver",
- "Selenium::Waiter": "Provides a utility wait_until function",
- "Test::Selenium::Remote::Driver": "add testing methods to L<Selenium::Remote::Driver>"
},- "author": "TEODESIAN",
- "buildfile_executable": 0,
- "dir_lib": "lib",
- "dir_t": "t",
+
"dirs_array": [ … - "at",
- "lib/Selenium/CanStartBinary",
- "lib/Selenium/Firefox",
- "lib/Selenium/Remote/Driver/Firefox",
- "lib/Selenium/Remote/Driver",
- "lib/Selenium/Remote/Mock",
- "lib/Selenium/Remote",
- "lib/Selenium",
- "lib/Test/Selenium/Remote/Role",
- "lib/Test/Selenium/Remote",
- "lib/Test/Selenium",
- "lib/Test",
- "lib",
- "t/bin",
- "t/lib",
- "t/mock-recordings",
- "t/www",
- "t"
],- "dist": "Selenium-Remote-Driver",
- "dynamic_config": 0,
- "error": { },
- "extension": "tar.gz",
- "external_license_file": "LICENSE",
- "extractable": 1,
- "extracts_nicely": 1,
- "file__build": 0,
- "file_blib": 0,
- "file_build": 0,
- "file_changelog": "Changes",
- "file_cpanfile": "cpanfile",
- "file_dist_ini": "dist.ini",
- "file_license": "LICENSE",
- "file_makefile": 0,
- "file_makefile_pl": "Makefile.PL",
- "file_manifest": "MANIFEST",
- "file_meta_json": "META.json",
- "file_meta_yml": "META.yml",
- "file_pm_to_blib": 0,
- "file_readme": "README,README.md",
+
"files_array": [ … - "Changes",
- "INSTALL.md",
- "LICENSE",
- "MANIFEST",
- "META.json",
- "META.yml",
- "Makefile.PL",
- "README",
- "README.md",
- "TAGS",
- "at/Waiter.t",
- "at/chrome.test",
- "at/edge.test",
- "at/firefox.test",
- "at/legacy.test",
- "at/other.html",
- "at/sanity-chrome.test",
- "at/sanity-edge.test",
- "at/sanity-ie.test",
- "at/sanity-safari.test",
- "at/sanity.test",
- "at/test-firefox.test",
- "at/test.html",
- "cpanfile",
- "diff.out",
- "dist.ini",
- "driver-example.pl",
- "lib/Selenium/ActionChains.pm",
- "lib/Selenium/CanStartBinary/FindBinary.pm",
- "lib/Selenium/CanStartBinary/ProbePort.pm",
- "lib/Selenium/CanStartBinary.pm",
- "lib/Selenium/Chrome.pm",
- "lib/Selenium/Edge.pm",
- "lib/Selenium/Firefox/Binary.pm",
- "lib/Selenium/Firefox/Profile.pm",
- "lib/Selenium/Firefox/webdriver.xpi",
- "lib/Selenium/Firefox.pm",
- "lib/Selenium/InternetExplorer.pm",
- "lib/Selenium/PhantomJS.pm",
- "lib/Selenium/Remote/Commands.pm",
- "lib/Selenium/Remote/Driver/CanSetWebdriverContext.pm",
- "lib/Selenium/Remote/Driver/Firefox/Profile.pm",
- "lib/Selenium/Remote/Driver.pm",
- "lib/Selenium/Remote/ErrorHandler.pm",
- "lib/Selenium/Remote/Finders.pm",
- "lib/Selenium/Remote/Mock/Commands.pm",
- "lib/Selenium/Remote/Mock/RemoteConnection.pm",
- "lib/Selenium/Remote/RemoteConnection.pm",
- "lib/Selenium/Remote/Spec.pm",
- "lib/Selenium/Remote/WDKeys.pm",
- "lib/Selenium/Remote/WebElement.pm",
- "lib/Selenium/Waiter.pm",
- "lib/Test/Selenium/Chrome.pm",
- "lib/Test/Selenium/Edge.pm",
- "lib/Test/Selenium/Firefox.pm",
- "lib/Test/Selenium/InternetExplorer.pm",
- "lib/Test/Selenium/PhantomJS.pm",
- "lib/Test/Selenium/Remote/Driver.pm",
- "lib/Test/Selenium/Remote/Role/DoesTesting.pm",
- "lib/Test/Selenium/Remote/WebElement.pm",
- "perlcriticrc",
- "t/00-compile.t",
- "t/00-load.t",
- "t/01-driver-pac.t",
- "t/01-driver.t",
- "t/01-webdriver3.t",
- "t/02-webelement.t",
- "t/03-spec-coverage.t",
- "t/04-commands-implemented.t",
- "t/10-switch-to-window.t",
- "t/12-reuse-session.t",
- "t/13-waiter.t",
- "t/CanSetWebdriverContext.t",
- "t/Finders.t",
- "t/Firefox-Profile.t",
- "t/Remote-Connection.t",
- "t/Test-Selenium-Remote-Driver-google.t",
- "t/Test-Selenium-Remote-Driver.t",
- "t/Test-Selenium-Remote-WebElement.t",
- "t/author-critic.t",
- "t/author-eol.t",
- "t/author-minimum-version.t",
- "t/author-mojibake.t",
- "t/author-no-tabs.t",
- "t/author-pod-coverage.t",
- "t/author-pod-linkcheck.t",
- "t/author-pod-syntax.t",
- "t/author-portability.t",
- "t/author-synopsis.t",
- "t/author-test-version.t",
- "t/bin/docker-record-linux",
- "t/bin/record.pl",
- "t/convenience.t",
- "t/error.t",
- "t/http-server.pl",
- "t/lib/TestHarness.pm",
- "t/mock-recordings/01-driver-mock.json",
- "t/mock-recordings/02-webelement-mock.json",
- "t/mock-recordings/10-switch-to-window-mock.json",
- "t/mock-recordings/12-reuse-session-mock.json",
- "t/mock-recordings/convenience-mock-darwin.json",
- "t/mock-recordings/convenience-mock.json",
- "t/mock-recordings/finders-mock.json",
- "t/mock-recordings/firefox-profile-mock.json",
- "t/mock-recordings/test-selenium-remote-driver-google-mock.json",
- "t/release-distmeta.t",
- "t/release-kwalitee.t",
- "t/release-meta-json.t",
- "t/release-unused-vars.t",
- "t/uploadTest",
- "t/www/404.html",
- "t/www/alerts.html",
- "t/www/cookies.html",
- "t/www/dragAndDropTest.html",
- "t/www/encoded_profile.b64",
- "t/www/formPage.html",
- "t/www/frameset.html",
- "t/www/icon.gif",
- "t/www/iframes.html",
- "t/www/index.html",
- "t/www/invalid-extension.xpi",
- "t/www/javascriptPage.html",
- "t/www/metakeys.html",
- "t/www/nestedElements.html",
- "t/www/popup.html",
- "t/www/redisplay.xpi",
- "t/www/xhtmlTest.html",
- "tidyall.ini"
],+
"files_hash": { … +
"Changes": { … - "mtime": 1680791182,
- "size": 24947
},+
"INSTALL.md": { … - "mtime": 1680791182,
- "size": 1690
},+
"LICENSE": { … - "mtime": 1680791182,
- "size": 11503
},+
"MANIFEST": { … - "mtime": 1680791182,
- "size": 3152
},+
"META.json": { … - "mtime": 1680791182,
- "size": 10399
},+
"META.yml": { … - "mtime": 1680791182,
- "size": 7102
},+
"Makefile.PL": { … - "mtime": 1680791182,
+
"requires": { … - "ExtUtils::MakeMaker": "0",
- "perl": "5.010",
- "strict": "0",
- "warnings": "0"
},- "size": 3458
},+
"README": { … - "mtime": 1680791182,
- "size": 337
},+
"README.md": { … - "mtime": 1680791182,
- "size": 11282
},+
"TAGS": { … - "mtime": 1680791182,
- "size": 11705
},+
"at/Waiter.t": { … - "mtime": 1680791182,
- "size": 1363
},+
"at/chrome.test": { … - "mtime": 1680791182,
- "size": 9652
},+
"at/edge.test": { … - "mtime": 1680791182,
- "size": 247
},+
"at/firefox.test": { … - "mtime": 1680791182,
- "size": 678
},+
"at/legacy.test": { … - "mtime": 1680791182,
- "size": 9371
},+
"at/other.html": { … - "mtime": 1680791182,
- "size": 6
},+
"at/sanity-chrome.test": { … - "mtime": 1680791182,
- "size": 10304
},+
"at/sanity-edge.test": { … - "mtime": 1680791182,
- "size": 10313
},+
"at/sanity-ie.test": { … - "mtime": 1680791182,
- "size": 10357
},+
"at/sanity-safari.test": { … - "mtime": 1680791182,
- "size": 10567
},+
"at/sanity.test": { … - "mtime": 1680791182,
- "size": 10145
},+
"at/test-firefox.test": { … - "mtime": 1680791182,
- "size": 600
},+
"at/test.html": { … - "mtime": 1680791182,
- "size": 1415
},+
"cpanfile": { … - "mtime": 1680791182,
- "size": 2322
},+
"diff.out": { … - "mtime": 1680791182,
- "size": 1848
},+
"dist.ini": { … - "mtime": 1680791182,
- "size": 1978
},+
"driver-example.pl": { … - "mtime": 1680791182,
- "size": 468
},+
"lib/Selenium/ActionChains.pm": { … - "module": "Selenium::ActionChains",
- "mtime": 1680791182,
+
"requires": { … - "Moo": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 12933
},+
"lib/Selenium/CanStartBinary.pm": { … - "module": "Selenium::CanStartBinary",
- "mtime": 1680791182,
+
"requires": { … - "File::Spec": "0",
- "Moo::Role": "0",
- "Selenium::CanStartBinary::ProbePort": "0",
- "Selenium::Firefox::Binary": "0",
- "Selenium::Waiter": "0",
- "constant": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 16164
},+
"lib/Selenium/CanStartBinary/FindBinary.pm": { … - "module": "Selenium::CanStartBinary::FindBinary",
- "mtime": 1680791182,
+
"requires": { … - "Cwd": "0",
- "Exporter": "0",
- "File::Which": "0",
- "IO::Socket::INET": "0",
- "Selenium::Firefox::Binary": "0",
- "constant": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3042
},+
"lib/Selenium/CanStartBinary/ProbePort.pm": { … - "module": "Selenium::CanStartBinary::ProbePort",
- "mtime": 1680791182,
+
"requires": { … - "Exporter": "0",
- "IO::Socket::INET": "0",
- "Selenium::Waiter": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2192
},+
"lib/Selenium/Chrome.pm": { … - "module": "Selenium::Chrome",
- "mtime": 1680791182,
+
"requires": { … - "Moo": "0",
- "Selenium::CanStartBinary": "0",
- "Selenium::CanStartBinary::FindBinary": "0",
- "Selenium::Remote::Driver": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5163
},+
"lib/Selenium/Edge.pm": { … - "module": "Selenium::Edge",
- "mtime": 1680791182,
+
"requires": { … - "Moo": "0",
- "Selenium::CanStartBinary": "0",
- "Selenium::CanStartBinary::FindBinary": "0",
- "Selenium::Remote::Driver": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5167
},+
"lib/Selenium/Firefox.pm": { … - "module": "Selenium::Firefox",
- "mtime": 1680791182,
+
"requires": { … - "Carp": "0",
- "Moo": "0",
- "Selenium::CanStartBinary": "0",
- "Selenium::CanStartBinary::FindBinary": "0",
- "Selenium::Firefox::Binary": "0",
- "Selenium::Remote::Driver": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 12387
},+
"lib/Selenium/Firefox/Binary.pm": { … - "module": "Selenium::Firefox::Binary",
- "mtime": 1680791182,
+
"requires": { … - "Exporter": "0",
- "File::Which": "0",
- "Selenium::Firefox::Profile": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4718
},+
"lib/Selenium/Firefox/Profile.pm": { … - "module": "Selenium::Firefox::Profile",
- "mtime": 1680791182,
+
"requires": { … - "Archive::Zip": "0",
- "Carp": "0",
- "Cwd": "0",
- "File::Basename": "0",
- "File::Copy": "0",
- "File::Temp": "0",
- "IO::Uncompress::Unzip": "2.030",
- "JSON": "0",
- "MIME::Base64": "0",
- "Scalar::Util": "0",
- "XML::Simple": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10361
},+
"lib/Selenium/Firefox/webdriver.xpi": { … - "mtime": 1680791182,
- "size": 708806
},+
"lib/Selenium/InternetExplorer.pm": { … - "module": "Selenium::InternetExplorer",
- "mtime": 1680791182,
+
"requires": { … - "Moo": "0",
- "Selenium::Remote::Driver": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2451
},+
"lib/Selenium/PhantomJS.pm": { … - "module": "Selenium::PhantomJS",
- "mtime": 1680791182,
+
"requires": { … - "Moo": "0",
- "Selenium::CanStartBinary": "0",
- "Selenium::CanStartBinary::FindBinary": "0",
- "Selenium::Remote::Driver": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5586
},+
"lib/Selenium/Remote/Commands.pm": { … - "module": "Selenium::Remote::Commands",
- "mtime": 1680791182,
+
"requires": { … - "Carp": "0",
- "Moo": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 21234
},+
"lib/Selenium/Remote/Driver.pm": { … - "module": "Selenium::Remote::Driver",
- "mtime": 1680791182,
+
"requires": { … - "Archive::Zip": "0",
- "Carp": "0",
- "Clone": "0",
- "File::Basename": "0",
- "File::Spec::Functions": "0",
- "IO::String": "0",
- "List::Util": "0",
- "MIME::Base64": "0",
- "Moo": "0",
- "Scalar::Util": "0",
- "Selenium::Remote::Commands": "0",
- "Selenium::Remote::Driver::CanSetWebdriverContext": "0",
- "Selenium::Remote::Finders": "0",
- "Selenium::Remote::RemoteConnection": "0",
- "Selenium::Remote::Spec": "0",
- "Selenium::Remote::WDKeys": "0",
- "Selenium::Remote::WebElement": "0",
- "Sub::Install": "0",
- "Time::HiRes": "0",
- "Try::Tiny": "0",
- "constant": "0",
- "perl": "v5.10.0",
- "strict": "0",
- "warnings": "0"
},- "size": 113341
},+
"lib/Selenium/Remote/Driver/CanSetWebdriverContext.pm": { … - "module": "Selenium::Remote::Driver::CanSetWebdriverContext",
- "mtime": 1680791182,
+
"requires": { … - "Moo::Role": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2172
},+
"lib/Selenium/Remote/Driver/Firefox/Profile.pm": { … - "module": "Selenium::Remote::Driver::Firefox::Profile",
- "mtime": 1680791182,
+
"requires": { … - "Selenium::Firefox::Profile": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1958
},+
"lib/Selenium/Remote/ErrorHandler.pm": { … - "module": "Selenium::Remote::ErrorHandler",
- "mtime": 1680791182,
+
"requires": { … - "Carp": "0",
- "Moo": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6704
},+
"lib/Selenium/Remote/Finders.pm": { … - "module": "Selenium::Remote::Finders",
- "mtime": 1680791182,
+
"requires": { … - "Carp": "0",
- "Moo::Role": "0",
- "Try::Tiny": "0",
- "namespace::clean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2145
},+
"lib/Selenium/Remote/Mock/Commands.pm": { … - "module": "Selenium::Remote::Mock::Commands",
- "mtime": 1680791182,
+
"requires": { … - "Moo": "0",
- "Selenium::Remote::Commands": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2553
},+
"lib/Selenium/Remote/Mock/RemoteConnection.pm": { … - "module": "Selenium::Remote::Mock::RemoteConnection",
- "mtime": 1680791182,
+
"requires": { … - "Carp": "0",
- "Data::Dumper": "0",
- "HTTP::Response": "0",
- "JSON": "0",
- "Moo": "0",
- "Selenium::Remote::RemoteConnection": "0",
- "Try::Tiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 11770
},+
"lib/Selenium/Remote/RemoteConnection.pm": { … - "module": "Selenium::Remote::RemoteConnection",
- "mtime": 1680791182,
+
"requires": { … - "Carp": "0",
- "Data::Dumper": "0",
- "HTTP::Headers": "0",
- "HTTP::Request": "0",
- "JSON": "0",
- "LWP::UserAgent": "0",
- "Moo": "0",
- "Scalar::Util": "0",
- "Selenium::Remote::Driver::CanSetWebdriverContext": "0",
- "Selenium::Remote::ErrorHandler": "0",
- "Try::Tiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 9041
},+
"lib/Selenium/Remote/Spec.pm": { … - "module": "Selenium::Remote::Spec",
- "mtime": 1680791182,
+
"requires": { … - "Carp": "0",
- "List::Util": "0",
- "Moo": "0",
- "Selenium::Remote::Commands": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 15137
},+
"lib/Selenium/Remote/WDKeys.pm": { … - "module": "Selenium::Remote::WDKeys",
- "mtime": 1680791182,
+
"requires": { … - "Exporter": "0",
- "base": "0",
- "constant": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4865
},+
"lib/Selenium/Remote/WebElement.pm": { … - "module": "Selenium::Remote::WebElement",
- "mtime": 1680791182,
+
"recommends": { … - "Selenium::ActionChains": "0"
},+
"requires": { … - "Carp": "0",
- "Moo": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 22812
},+
"lib/Selenium/Waiter.pm": { … - "module": "Selenium::Waiter",
- "mtime": 1680791182,
+
"requires": { … - "Exporter": "0",
- "Try::Tiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5300
},+
"lib/Test/Selenium/Chrome.pm": { … - "module": "Test::Selenium::Chrome",
- "mtime": 1680791182,
+
"requires": { … - "Moo": "0",
- "Selenium::Chrome": "0",
- "Test::Selenium::Remote::Driver": "0"
},- "size": 671
},+
"lib/Test/Selenium/Edge.pm": { … - "module": "Test::Selenium::Edge",
- "mtime": 1680791182,
+
"requires": { … - "Moo": "0",
- "Selenium::Edge": "0",
- "Test::Selenium::Remote::Driver": "0"
},- "size": 658
},+
"lib/Test/Selenium/Firefox.pm": { … - "module": "Test::Selenium::Firefox",
- "mtime": 1680791182,
+
"requires": { … - "Moo": "0",
- "Selenium::Firefox": "0",
- "Test::Selenium::Remote::Driver": "0"
},- "size": 679
},+
"lib/Test/Selenium/InternetExplorer.pm": { … - "module": "Test::Selenium::InternetExplorer",
- "mtime": 1680791182,
+
"requires": { … - "Moo": "0",
- "Selenium::InternetExplorer": "0",
- "Test::Selenium::Remote::Driver": "0"
},- "size": 752
},+
"lib/Test/Selenium/PhantomJS.pm": { … - "module": "Test::Selenium::PhantomJS",
- "mtime": 1680791182,
+
"requires": { … - "Moo": "0",
- "Selenium::PhantomJS": "0",
- "Test::Selenium::Remote::Driver": "0"
},- "size": 696
},+
"lib/Test/Selenium/Remote/Driver.pm": { … - "license": "Perl_5",
- "module": "Test::Selenium::Remote::Driver",
- "mtime": 1680791182,
+
"requires": { … - "IO::Socket": "0",
- "Moo": "0",
- "Selenium::Remote::Driver": "0",
- "Sub::Install": "0",
- "Test::LongString": "0",
- "Test::Selenium::Remote::Role::DoesTesting": "0",
- "Test::Selenium::Remote::WebElement": "0",
- "Try::Tiny": "0"
},- "size": 26074
},+
"lib/Test/Selenium/Remote/Role/DoesTesting.pm": { … - "module": "Test::Selenium::Remote::Role::DoesTesting",
- "mtime": 1680791182,
+
"requires": { … - "List::Util": "0",
- "Moo::Role": "0",
- "Scalar::Util": "0",
- "Test::Builder": "0",
- "Try::Tiny": "0",
- "namespace::clean": "0"
},- "size": 5576
},+
"lib/Test/Selenium/Remote/WebElement.pm": { … - "license": "Perl_5",
- "module": "Test::Selenium::Remote::WebElement",
- "mtime": 1680791182,
+
"requires": { … - "Moo": "0",
- "Selenium::Remote::WebElement": "0",
- "Sub::Install": "0",
- "Test::Selenium::Remote::Role::DoesTesting": "0"
},- "size": 3637
},+
"perlcriticrc": { … - "mtime": 1680791182,
- "size": 75
},+
"t/00-compile.t": { … - "mtime": 1680791182,
+
"requires": { … - "File::Spec": "0",
- "IO::Handle": "0",
- "IPC::Open3": "0",
- "Test::More": "0",
- "perl": "5.006",
- "strict": "0",
- "warnings": "0"
},- "size": 2580,
+
"suggests": { … }
},+
"t/00-load.t": { … - "mtime": 1680791182,
+
"requires": { … - "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 280
},+
"t/01-driver-pac.t": { … - "mtime": 1680791182,
+
"requires": { … - "JSON": "0",
- "Selenium::Remote::Driver": "0",
- "Test::Fatal": "0",
- "Test::LWP::UserAgent": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 1936
},+
"t/01-driver.t": { … - "mtime": 1680791182,
+
"requires": { … - "Carp": "0",
- "FindBin": "0",
- "IO::Socket::INET": "0",
- "JSON": "0",
- "LWP::UserAgent": "0",
- "Moo": "0",
- "Selenium::Remote::Driver": "0",
- "Selenium::Remote::Mock::Commands": "0",
- "Selenium::Remote::Mock::RemoteConnection": "0",
- "Selenium::Waiter": "0",
- "Test::Fatal": "0",
- "Test::LWP::UserAgent": "0",
- "Test::MockModule": "v0.13.0",
- "Test::More": "0.88",
- "TestHarness": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 23235
},+
"t/01-webdriver3.t": { … - "mtime": 1680791182,
+
"noes": { … },+
"requires": { … - "Scalar::Util": "0",
- "Selenium::Firefox::Profile": "0",
- "Selenium::Remote::Driver": "0",
- "Selenium::Remote::Spec": "0",
- "Test::Deep": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 11356
},+
"t/02-webelement.t": { … - "mtime": 1680791182,
+
"requires": { … - "FindBin": "0",
- "Selenium::Remote::Driver": "0",
- "Selenium::Remote::Mock::RemoteConnection": "0",
- "Test::MockModule": "v0.13.0",
- "Test::More": "0.88",
- "TestHarness": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5077
},+
"t/03-spec-coverage.t": { … - "mtime": 1680791182,
+
"requires": { … - "LWP::UserAgent": "0",
- "Selenium::Remote::Commands": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 4010
},+
"t/04-commands-implemented.t": { … - "mtime": 1680791182,
+
"requires": { … - "Selenium::Remote::Commands": "0",
- "Selenium::Remote::Spec": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 1505
},+
"t/10-switch-to-window.t": { … - "mtime": 1680791182,
+
"requires": { … - "FindBin": "0",
- "Selenium::Remote::Mock::RemoteConnection": "0",
- "Test::MockModule": "0",
- "Test::More": "0.88",
- "Test::Selenium::Remote::Driver": "0",
- "TestHarness": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2394
},+
"t/12-reuse-session.t": { … - "mtime": 1680791182,
+
"requires": { … - "FindBin": "0",
- "Selenium::Remote::Mock::RemoteConnection": "0",
- "Test::MockModule": "0",
- "Test::More": "0.88",
- "Test::Selenium::Remote::Driver": "0",
- "TestHarness": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1815
},+
"t/13-waiter.t": { … - "mtime": 1680791182,
+
"requires": { … - "FindBin": "0",
- "Selenium::Waiter": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1248
},+
"t/CanSetWebdriverContext.t": { … - "mtime": 1680791182,
+
"requires": { … - "Moo": "0",
- "Selenium::Remote::Driver::CanSetWebdriverContext": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 375
},+
"t/Finders.t": { … - "mtime": 1680791182,
+
"requires": { … - "FindBin": "0",
- "Selenium::Remote::Driver": "0",
- "Test::More": "0.88",
- "TestHarness": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1537
},+
"t/Firefox-Profile.t": { … - "mtime": 1680791182,
+
"requires": { … - "File::Temp": "0",
- "FindBin": "0",
- "IO::Uncompress::Unzip": "0",
- "JSON": "0",
- "MIME::Base64": "0",
- "Selenium::Firefox::Profile": "0",
- "Selenium::Remote::Driver": "0",
- "Selenium::Remote::Mock::RemoteConnection": "0",
- "Test::More": "0.88",
- "TestHarness": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6390
},+
"t/Remote-Connection.t": { … - "mtime": 1680791182,
+
"requires": { … - "Test::Fatal": "0",
- "Test::LWP::UserAgent": "0",
- "Test::More": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2353
},+
"t/Test-Selenium-Remote-Driver-google.t": { … - "mtime": 1680791182,
+
"requires": { … - "FindBin": "0",
- "Selenium::Remote::Mock::RemoteConnection": "0",
- "Test::MockModule": "0",
- "Test::More": "0.88",
- "Test::Selenium::Remote::Driver": "0",
- "TestHarness": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 785
},+
"t/Test-Selenium-Remote-Driver.t": { … - "mtime": 1680791182,
+
"requires": { … - "Carp": "0",
- "Selenium::Remote::Mock::Commands": "0",
- "Selenium::Remote::Mock::RemoteConnection": "0",
- "Selenium::Remote::WebElement": "0",
- "Test::Builder::Tester": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Selenium::Remote::Driver": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10891
},+
"t/Test-Selenium-Remote-WebElement.t": { … - "mtime": 1680791182,
+
"requires": { … - "Selenium::Remote::Mock::Commands": "0",
- "Selenium::Remote::Mock::RemoteConnection": "0",
- "Test::More": "0.88",
- "Test::Selenium::Remote::Driver": "0",
- "Test::Selenium::Remote::WebElement": "0"
},- "size": 2856
},+
"t/author-critic.t": { … - "mtime": 1680791182,
+
"recommends": { … - "Test::Perl::Critic": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 257
},+
"t/author-eol.t": { … - "mtime": 1680791182,
+
"recommends": { … - "Test::EOL": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 3618
},+
"t/author-minimum-version.t": { … - "mtime": 1680791182,
+
"recommends": { … - "Test::MinimumVersion": "0",
- "Test::More": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 238
},+
"t/author-mojibake.t": { … - "mtime": 1680791182,
+
"recommends": { … - "Test::Mojibake": "0",
- "Test::More": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 235
},+
"t/author-no-tabs.t": { … - "mtime": 1680791182,
+
"recommends": { … - "Test::More": "0.88",
- "Test::NoTabs": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3592
},+
"t/author-pod-coverage.t": { … - "mtime": 1680791182,
+
"recommends": { … - "Pod::Coverage::TrustPod": "0",
- "Test::Pod::Coverage": "1.08"
},- "size": 350
},+
"t/author-pod-linkcheck.t": { … - "mtime": 1680791182,
+
"recommends": { … - "Test::More": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 481,
+
"suggests": { … - "Test::Pod::LinkCheck": "0"
}
},+
"t/author-pod-syntax.t": { … - "mtime": 1680791182,
+
"recommends": { … - "Test::More": "0",
- "Test::Pod": "1.41",
- "strict": "0",
- "warnings": "0"
},- "size": 300
},+
"t/author-portability.t": { … - "mtime": 1680791182,
+
"recommends": { … - "Test::More": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 313,
+
"suggests": { … - "Test::Portability::Files": "0"
}
},+
"t/author-synopsis.t": { … - "mtime": 1680791182,
+
"recommends": { … },- "size": 178
},+
"t/author-test-version.t": { … - "mtime": 1680791182,
+
"recommends": { … - "Test::More": "0.88",
- "Test::Version": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 545
},+
"t/bin/docker-record-linux": { … - "mtime": 1680791182,
- "size": 264
},+
"t/bin/record.pl": { … - "mtime": 1680791182,
- "size": 1817
},+
"t/convenience.t": { … - "mtime": 1680791182,
+
"requires": { … - "FindBin": "0",
- "Selenium::Chrome": "0",
- "Selenium::Firefox": "0",
- "Selenium::InternetExplorer": "0",
- "Selenium::PhantomJS": "0",
- "Test::More": "0.88",
- "Test::Selenium::Chrome": "0",
- "Test::Selenium::Firefox": "0",
- "Test::Selenium::InternetExplorer": "0",
- "Test::Selenium::PhantomJS": "0",
- "TestHarness": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1968
},+
"t/error.t": { … - "mtime": 1680791182,
+
"requires": { … - "IO::Socket::INET": "0",
- "Test::Fatal": "0",
- "Test::LWP::UserAgent": "0",
- "Test::More": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1201
},+
"t/http-server.pl": { … - "mtime": 1680791182,
- "size": 1579
},+
"t/lib/TestHarness.pm": { … - "mtime": 1680791182,
+
"requires": { … - "FindBin": "0",
- "Moo": "0",
- "Selenium::Remote::Mock::RemoteConnection": "0",
- "Test::More": "0"
},- "size": 3824
},+
"t/mock-recordings/01-driver-mock.json": { … - "mtime": 1680791182,
- "size": 603533
},+
"t/mock-recordings/02-webelement-mock.json": { … - "mtime": 1680791182,
- "size": 29980
},+
"t/mock-recordings/10-switch-to-window-mock.json": { … - "mtime": 1680791182,
- "size": 23594
},+
"t/mock-recordings/12-reuse-session-mock.json": { … - "mtime": 1680791182,
- "size": 16661
},+
"t/mock-recordings/convenience-mock-darwin.json": { … - "mtime": 1680791182,
- "size": 13586
},+
"t/mock-recordings/convenience-mock.json": { … - "mtime": 1680791182,
- "size": 14088
},+
"t/mock-recordings/finders-mock.json": { … - "mtime": 1680791182,
- "size": 3432981
},+
"t/mock-recordings/firefox-profile-mock.json": { … - "mtime": 1680791182,
- "size": 220971
},+
"t/mock-recordings/test-selenium-remote-driver-google-mock.json": { … - "mtime": 1680791182,
- "size": 5063
},+
"t/release-distmeta.t": { … - "mtime": 1680791182,
+
"recommends": { … },- "size": 257
},+
"t/release-kwalitee.t": { … - "mtime": 1680791182,
+
"recommends": { … - "Test::Kwalitee": "1.21",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 324
},+
"t/release-meta-json.t": { … - "mtime": 1680791182,
+
"recommends": { … - "Test::CPAN::Meta::JSON": "0"
},- "size": 187
},+
"t/release-unused-vars.t": { … - "mtime": 1680791182,
+
"recommends": { … },- "size": 377,
+
"suggests": { … }
},+
"t/uploadTest": { … - "mtime": 1680791182,
- "size": 0
},+
"t/www/404.html": { … - "mtime": 1680791182,
- "size": 25
},+
"t/www/alerts.html": { … - "mtime": 1680791182,
- "size": 471
},+
"t/www/cookies.html": { … - "mtime": 1680791182,
- "size": 603
},+
"t/www/dragAndDropTest.html": { … - "mtime": 1680791182,
- "size": 1424
},+
"t/www/encoded_profile.b64": { … - "mtime": 1680791182,
- "size": 209226
},+
"t/www/formPage.html": { … - "mtime": 1680791182,
- "size": 3214
},+
"t/www/frameset.html": { … - "mtime": 1680791182,
- "size": 403
},+
"t/www/icon.gif": { … - "mtime": 1680791182,
- "size": 127
},+
"t/www/iframes.html": { … - "mtime": 1680791182,
- "size": 336
},+
"t/www/index.html": { … - "mtime": 1680791182,
- "size": 1794
},+
"t/www/invalid-extension.xpi": { … - "mtime": 1680791182,
- "size": 240
},+
"t/www/javascriptPage.html": { … - "mtime": 1680791182,
- "size": 9758
},+
"t/www/metakeys.html": { … - "mtime": 1680791182,
- "size": 446
},+
"t/www/nestedElements.html": { … - "mtime": 1680791182,
- "size": 5188
},+
"t/www/popup.html": { … - "mtime": 1680791182,
- "size": 331
},+
"t/www/redisplay.xpi": { … - "mtime": 1680791182,
- "size": 168611
},+
"t/www/xhtmlTest.html": { … - "mtime": 1680791182,
- "size": 1831
},+
"tidyall.ini": { … - "mtime": 1680791182,
- "size": 54
}
},- "got_prereq_from": "META.yml",
+
"kwalitee": { … - "buildtool_not_executable": 1,
- "configure_prereq_matches_use": 1,
- "consistent_version": 1,
- "core_kwalitee": "100.00",
- "distname_matches_name_in_meta": 1,
- "extractable": 1,
- "extracts_nicely": 1,
- "has_abstract_in_pod": 1,
- "has_buildtool": 1,
- "has_changelog": 1,
- "has_human_readable_license": 1,
- "has_known_license_in_source_file": 1,
- "has_license_in_source_file": 1,
- "has_manifest": 1,
- "has_meta_json": 1,
- "has_meta_yml": 1,
- "has_proper_version": 1,
- "has_readme": 1,
- "has_separate_license_file": 1,
- "has_tests": 1,
- "has_tests_in_t_dir": 1,
- "has_version": 1,
- "kwalitee": "159.38",
- "main_module_version_matches_dist_version": 1,
- "manifest_matches_dist": 1,
- "meta_json_conforms_to_known_spec": 1,
- "meta_json_is_parsable": 1,
- "meta_yml_conforms_to_known_spec": 1,
- "meta_yml_declares_perl_version": 1,
- "meta_yml_has_license": 1,
- "meta_yml_has_provides": 1,
- "meta_yml_has_repository_resource": 1,
- "meta_yml_is_parsable": 1,
- "no_abstract_stub_in_pod": 1,
- "no_broken_auto_install": 1,
- "no_broken_module_install": 1,
- "no_dot_dirs": 1,
- "no_dot_underscore_files": 1,
- "no_files_to_be_skipped": 1,
- "no_generated_files": 1,
- "no_invalid_versions": 1,
- "no_local_dirs": 1,
- "no_maniskip_error": 1,
- "no_missing_files_in_provides": 1,
- "no_mymeta_files": 1,
- "no_pax_headers": 1,
- "no_pod_errors": 1,
- "no_stdin_for_prompting": 1,
- "no_symlinks": 1,
- "no_unauthorized_packages": 1,
- "portable_filenames": 1,
- "prereq_matches_use": 1,
- "proper_libs": 1,
- "test_prereq_matches_use": 1,
- "use_strict": 1,
- "use_warnings": 1,
- "valid_signature": 1
},- "latest_mtime": 1680791182,
- "license": "apache defined in META.yml defined in LICENSE",
- "license_file": "lib/Test/Selenium/Remote/Driver.pm,lib/Test/Selenium/Remote/WebElement.pm",
- "license_from_yaml": "apache",
- "license_in_pod": 1,
- "license_type": "Perl_5",
+
"licenses": { … +
"Perl_5": [ … - "lib/Test/Selenium/Remote/Driver.pm",
- "lib/Test/Selenium/Remote/WebElement.pm"
]
},- "manifest_matches_dist": 1,
- "maturity": "released",
+
"meta_json": { … - "abstract": "Perl Client for Selenium Remote Driver",
+
"author": [ … - "George S. Baugh <george@troglodyne.net>",
- "Aditya Ivaturi <ivaturi@gmail.com>",
- "Daniel Gempesaw <gempesaw@gmail.com>",
- "Emmanuel Peroumalnaïk <peroumalnaik.emmanuel@gmail.com>",
- "Luke Closs <cpan@5thplane.com>",
- "Mark Stosberg <mark@stosberg.com>"
],- "dynamic_config": 0,
- "generated_by": "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
+
"license": [ … ],+
"meta-spec": { … },- "name": "Selenium-Remote-Driver",
+
"prereqs": { … +
"configure": { … +
"requires": { … - "ExtUtils::MakeMaker": "0"
}
},+
"develop": { … +
"requires": { … - "Pod::Coverage::TrustPod": "0",
- "Test::CPAN::Meta": "0",
- "Test::CPAN::Meta::JSON": "0.16",
- "Test::EOL": "0",
- "Test::Kwalitee": "1.21",
- "Test::MinimumVersion": "0",
- "Test::Mojibake": "0",
- "Test::More": "0.88",
- "Test::NoTabs": "0",
- "Test::Perl::Critic": "0",
- "Test::Pod": "1.41",
- "Test::Pod::Coverage": "1.08",
- "Test::Pod::LinkCheck": "0",
- "Test::Portability::Files": "0",
- "Test::Synopsis": "0",
- "Test::Version": "1"
}
},+
"runtime": { … +
"requires": { … - "Archive::Zip": "0",
- "Carp": "0",
- "Clone": "0",
- "Cwd": "0",
- "Data::Dumper": "0",
- "Exporter": "0",
- "File::Basename": "0",
- "File::Copy": "0",
- "File::Spec": "0",
- "File::Spec::Functions": "0",
- "File::Temp": "0",
- "File::Which": "0",
- "HTTP::Headers": "0",
- "HTTP::Request": "0",
- "HTTP::Response": "0",
- "IO::Socket": "0",
- "IO::Socket::INET": "0",
- "IO::String": "0",
- "IO::Uncompress::Unzip": "2.030",
- "JSON": "0",
- "LWP::UserAgent": "0",
- "List::Util": "1.33",
- "MIME::Base64": "0",
- "Moo": "1.005",
- "Moo::Role": "0",
- "Scalar::Util": "0",
- "Sub::Install": "0",
- "Test::Builder": "0",
- "Test::LongString": "0",
- "Time::HiRes": "0",
- "Try::Tiny": "0",
- "XML::Simple": "0",
- "base": "0",
- "constant": "0",
- "namespace::clean": "0",
- "perl": "5.010",
- "strict": "0",
- "warnings": "0"
}
},+
"test": { … +
"requires": { … - "File::Spec": "0",
- "File::stat": "0",
- "FindBin": "0",
- "IO::Handle": "0",
- "IPC::Open3": "0",
- "Test::Builder::Tester": "0",
- "Test::Deep": "0",
- "Test::Fatal": "0",
- "Test::LWP::UserAgent": "0",
- "Test::MockModule": "v0.13.0",
- "Test::More": "0",
- "lib": "0"
}
}
},+
"provides": { … +
"Selenium::ActionChains": { … - "file": "lib/Selenium/ActionChains.pm",
- "version": "1.49"
},+
"Selenium::CanStartBinary": { … - "file": "lib/Selenium/CanStartBinary.pm",
- "version": "1.49"
},+
"Selenium::CanStartBinary::FindBinary": { … - "file": "lib/Selenium/CanStartBinary/FindBinary.pm",
- "version": "1.49"
},+
"Selenium::CanStartBinary::ProbePort": { … - "file": "lib/Selenium/CanStartBinary/ProbePort.pm",
- "version": "1.49"
},+
"Selenium::Chrome": { … - "file": "lib/Selenium/Chrome.pm",
- "version": "1.49"
},+
"Selenium::Edge": { … - "file": "lib/Selenium/Edge.pm",
- "version": "1.49"
},+
"Selenium::Firefox": { … - "file": "lib/Selenium/Firefox.pm",
- "version": "1.49"
},+
"Selenium::Firefox::Binary": { … - "file": "lib/Selenium/Firefox/Binary.pm",
- "version": "1.49"
},+
"Selenium::Firefox::Profile": { … - "file": "lib/Selenium/Firefox/Profile.pm",
- "version": "1.49"
},+
"Selenium::InternetExplorer": { … - "file": "lib/Selenium/InternetExplorer.pm",
- "version": "1.49"
},+
"Selenium::PhantomJS": { … - "file": "lib/Selenium/PhantomJS.pm",
- "version": "1.49"
},+
"Selenium::Remote::Commands": { … - "file": "lib/Selenium/Remote/Commands.pm",
- "version": "1.49"
},+
"Selenium::Remote::Driver": { … - "file": "lib/Selenium/Remote/Driver.pm",
- "version": "1.49"
},+
"Selenium::Remote::Driver::CanSetWebdriverContext": { … - "file": "lib/Selenium/Remote/Driver/CanSetWebdriverContext.pm",
- "version": "1.49"
},+
"Selenium::Remote::Driver::Firefox::Profile": { … - "file": "lib/Selenium/Remote/Driver/Firefox/Profile.pm",
- "version": "1.49"
},+
"Selenium::Remote::ErrorHandler": { … - "file": "lib/Selenium/Remote/ErrorHandler.pm",
- "version": "1.49"
},+
"Selenium::Remote::Finders": { … - "file": "lib/Selenium/Remote/Finders.pm",
- "version": "1.49"
},+
"Selenium::Remote::Mock::Commands": { … - "file": "lib/Selenium/Remote/Mock/Commands.pm",
- "version": "1.49"
},+
"Selenium::Remote::Mock::RemoteConnection": { … - "file": "lib/Selenium/Remote/Mock/RemoteConnection.pm",
- "version": "1.49"
},+
"Selenium::Remote::RemoteConnection": { … - "file": "lib/Selenium/Remote/RemoteConnection.pm",
- "version": "1.49"
},+
"Selenium::Remote::Spec": { … - "file": "lib/Selenium/Remote/Spec.pm",
- "version": "1.49"
},+
"Selenium::Remote::WDKeys": { … - "file": "lib/Selenium/Remote/WDKeys.pm",
- "version": "1.49"
},+
"Selenium::Remote::WebElement": { … - "file": "lib/Selenium/Remote/WebElement.pm",
- "version": "1.49"
},+
"Selenium::Waiter": { … - "file": "lib/Selenium/Waiter.pm",
- "version": "1.49"
},+
"Test::Selenium::Chrome": { … - "file": "lib/Test/Selenium/Chrome.pm",
- "version": "1.49"
},+
"Test::Selenium::Edge": { … - "file": "lib/Test/Selenium/Edge.pm",
- "version": "1.49"
},+
"Test::Selenium::Firefox": { … - "file": "lib/Test/Selenium/Firefox.pm",
- "version": "1.49"
},+
"Test::Selenium::InternetExplorer": { … - "file": "lib/Test/Selenium/InternetExplorer.pm",
- "version": "1.49"
},+
"Test::Selenium::PhantomJS": { … - "file": "lib/Test/Selenium/PhantomJS.pm",
- "version": "1.49"
},+
"Test::Selenium::Remote::Driver": { … - "file": "lib/Test/Selenium/Remote/Driver.pm",
- "version": "1.49"
},+
"Test::Selenium::Remote::Role::DoesTesting": { … - "file": "lib/Test/Selenium/Remote/Role/DoesTesting.pm",
- "version": "1.49"
},+
"Test::Selenium::Remote::WebElement": { … - "file": "lib/Test/Selenium/Remote/WebElement.pm",
- "version": "1.49"
}
},- "release_status": "stable",
+
"resources": { … },- "version": "1.49",
+
"x_contributors": [ … - "Allen Lew <allen@alew.org>",
- "A.MacLeay <a.macleay@gmail.com>",
- "Andy Jack <andyjack@users.noreply.github.com>",
- "Andy Jack <github@veracity.ca>",
- "Bas Bloemsaat <bas@bloemsaat.com>",
- "bernhard <Bernhard.Schmalhofer@gmx.de>",
- "Blake GH <blake@mobiusconsortium.org>",
- "Brian Horakh <brianh@zoovy.com>",
- "Charles Howes <charles.howes@globalrelay.net>",
- "Chris Davies <FMQA@users.noreply.github.com>",
- "Daniel Fackrell <dfackrell@bluehost.com>",
- "Dave Rolsky <autarch@urth.org>",
- "Dmitry Karasik <dmitry@karasik.eu.org>",
- "Doug Bell <doug@preaction.me>",
- "Dylan Streb <dylan.streb@oneil.com>",
- "Eric Johnson <eric.git@iijo.org>",
- "Gabor Szabo <gabor@szabgab.com>",
- "George S. Baugh <george.b@cpanel.net>",
- "Gerhard Jungwirth <gjungwirth@sipwise.com>",
- "Gordon Child <gordon@gordonchild.com>",
- "GreatFlamingFoo <greatflamingfoo@gmail.com>",
- "Ivan Kurmanov <duraley@gmail.com>",
- "Joe Higton <draxil@gmail.com>",
- "Jon Hermansen <jon.hermansen@gmail.com>",
- "Keita Sugama <sugama@jamadam.com>",
- "Ken Swanson <kswanson@genome.wustl.edu>",
- "lembark <lembark@wrkhors.com>",
- "Luke Closs <lukec@users.noreply.github.com>",
- "Martin Gruner <martin.gruner@otrs.com>",
- "Matthew Spahr <matthew.spahr@cpanel.net>",
- "Max O'Cull <maxattax97@gmail.com>",
- "Michael Prokop <mprokop@sipwise.com>",
- "mk654321 <kosmichal@gmail.com>",
- "Peter Mottram (SysPete) <peter@sysnix.com>",
- "Phil Kania <phil@vivox.com>",
- "Phil Mitchell <phil.mitchell@pobox.com>",
- "Prateek Goyal <prateek.goyal5@gmail.com>",
- "Richard Sailer <richard@weltraumpflege.org>",
- "Robert Utter <utter.robert@gmail.com>",
- "rouzier <rouzier@gmail.com>",
- "Tetsuya Tatsumi <ttatsumi@ra2.so-net.ne.jp>",
- "Tod Hagan <42418406+tod222@users.noreply.github.com>",
- "Tom Hukins <tom@eborcom.com>",
- "Vangelis Katsikaros <vangelis@adzuna.com>",
- "Vangelis Katsikaros <vkatsikaros@gmail.com>",
- "Vishwanath Janmanchi <jvishwanath@gmail.com>",
- "Viťas Strádal <vitas@matfyz.cz>",
- "Yuki Kimoto <kimoto.yuki@gmail.com>",
- "Yves Lavoie <ylavoie@yveslavoie.com>"
],- "x_generated_by_perl": "v5.30.0",
- "x_serialization_backend": "Cpanel::JSON::XS version 4.19"
},- "meta_json_is_parsable": 1,
- "meta_json_spec_version": 2,
+
"meta_yml": { … - "abstract": "Perl Client for Selenium Remote Driver",
+
"author": [ … - "George S. Baugh <george@troglodyne.net>",
- "Aditya Ivaturi <ivaturi@gmail.com>",
- "Daniel Gempesaw <gempesaw@gmail.com>",
- "Emmanuel Peroumalnaïk <peroumalnaik.emmanuel@gmail.com>",
- "Luke Closs <cpan@5thplane.com>",
- "Mark Stosberg <mark@stosberg.com>"
],+
"build_requires": { … - "File::Spec": "0",
- "File::stat": "0",
- "FindBin": "0",
- "IO::Handle": "0",
- "IPC::Open3": "0",
- "Test::Builder::Tester": "0",
- "Test::Deep": "0",
- "Test::Fatal": "0",
- "Test::LWP::UserAgent": "0",
- "Test::MockModule": "v0.13.0",
- "Test::More": "0",
- "lib": "0"
},+
"configure_requires": { … - "ExtUtils::MakeMaker": "0"
},- "dynamic_config": "0",
- "generated_by": "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
- "license": "apache",
+
"meta-spec": { … },- "name": "Selenium-Remote-Driver",
+
"provides": { … +
"Selenium::ActionChains": { … - "file": "lib/Selenium/ActionChains.pm",
- "version": "1.49"
},+
"Selenium::CanStartBinary": { … - "file": "lib/Selenium/CanStartBinary.pm",
- "version": "1.49"
},+
"Selenium::CanStartBinary::FindBinary": { … - "file": "lib/Selenium/CanStartBinary/FindBinary.pm",
- "version": "1.49"
},+
"Selenium::CanStartBinary::ProbePort": { … - "file": "lib/Selenium/CanStartBinary/ProbePort.pm",
- "version": "1.49"
},+
"Selenium::Chrome": { … - "file": "lib/Selenium/Chrome.pm",
- "version": "1.49"
},+
"Selenium::Edge": { … - "file": "lib/Selenium/Edge.pm",
- "version": "1.49"
},+
"Selenium::Firefox": { … - "file": "lib/Selenium/Firefox.pm",
- "version": "1.49"
},+
"Selenium::Firefox::Binary": { … - "file": "lib/Selenium/Firefox/Binary.pm",
- "version": "1.49"
},+
"Selenium::Firefox::Profile": { … - "file": "lib/Selenium/Firefox/Profile.pm",
- "version": "1.49"
},+
"Selenium::InternetExplorer": { … - "file": "lib/Selenium/InternetExplorer.pm",
- "version": "1.49"
},+
"Selenium::PhantomJS": { … - "file": "lib/Selenium/PhantomJS.pm",
- "version": "1.49"
},+
"Selenium::Remote::Commands": { … - "file": "lib/Selenium/Remote/Commands.pm",
- "version": "1.49"
},+
"Selenium::Remote::Driver": { … - "file": "lib/Selenium/Remote/Driver.pm",
- "version": "1.49"
},+
"Selenium::Remote::Driver::CanSetWebdriverContext": { … - "file": "lib/Selenium/Remote/Driver/CanSetWebdriverContext.pm",
- "version": "1.49"
},+
"Selenium::Remote::Driver::Firefox::Profile": { … - "file": "lib/Selenium/Remote/Driver/Firefox/Profile.pm",
- "version": "1.49"
},+
"Selenium::Remote::ErrorHandler": { … - "file": "lib/Selenium/Remote/ErrorHandler.pm",
- "version": "1.49"
},+
"Selenium::Remote::Finders": { … - "file": "lib/Selenium/Remote/Finders.pm",
- "version": "1.49"
},+
"Selenium::Remote::Mock::Commands": { … - "file": "lib/Selenium/Remote/Mock/Commands.pm",
- "version": "1.49"
},+
"Selenium::Remote::Mock::RemoteConnection": { … - "file": "lib/Selenium/Remote/Mock/RemoteConnection.pm",
- "version": "1.49"
},+
"Selenium::Remote::RemoteConnection": { … - "file": "lib/Selenium/Remote/RemoteConnection.pm",
- "version": "1.49"
},+
"Selenium::Remote::Spec": { … - "file": "lib/Selenium/Remote/Spec.pm",
- "version": "1.49"
},+
"Selenium::Remote::WDKeys": { … - "file": "lib/Selenium/Remote/WDKeys.pm",
- "version": "1.49"
},+
"Selenium::Remote::WebElement": { … - "file": "lib/Selenium/Remote/WebElement.pm",
- "version": "1.49"
},+
"Selenium::Waiter": { … - "file": "lib/Selenium/Waiter.pm",
- "version": "1.49"
},+
"Test::Selenium::Chrome": { … - "file": "lib/Test/Selenium/Chrome.pm",
- "version": "1.49"
},+
"Test::Selenium::Edge": { … - "file": "lib/Test/Selenium/Edge.pm",
- "version": "1.49"
},+
"Test::Selenium::Firefox": { … - "file": "lib/Test/Selenium/Firefox.pm",
- "version": "1.49"
},+
"Test::Selenium::InternetExplorer": { … - "file": "lib/Test/Selenium/InternetExplorer.pm",
- "version": "1.49"
},+
"Test::Selenium::PhantomJS": { … - "file": "lib/Test/Selenium/PhantomJS.pm",
- "version": "1.49"
},+
"Test::Selenium::Remote::Driver": { … - "file": "lib/Test/Selenium/Remote/Driver.pm",
- "version": "1.49"
},+
"Test::Selenium::Remote::Role::DoesTesting": { … - "file": "lib/Test/Selenium/Remote/Role/DoesTesting.pm",
- "version": "1.49"
},+
"Test::Selenium::Remote::WebElement": { … - "file": "lib/Test/Selenium/Remote/WebElement.pm",
- "version": "1.49"
}
},+
"requires": { … - "Archive::Zip": "0",
- "Carp": "0",
- "Clone": "0",
- "Cwd": "0",
- "Data::Dumper": "0",
- "Exporter": "0",
- "File::Basename": "0",
- "File::Copy": "0",
- "File::Spec": "0",
- "File::Spec::Functions": "0",
- "File::Temp": "0",
- "File::Which": "0",
- "HTTP::Headers": "0",
- "HTTP::Request": "0",
- "HTTP::Response": "0",
- "IO::Socket": "0",
- "IO::Socket::INET": "0",
- "IO::String": "0",
- "IO::Uncompress::Unzip": "2.030",
- "JSON": "0",
- "LWP::UserAgent": "0",
- "List::Util": "1.33",
- "MIME::Base64": "0",
- "Moo": "1.005",
- "Moo::Role": "0",
- "Scalar::Util": "0",
- "Sub::Install": "0",
- "Test::Builder": "0",
- "Test::LongString": "0",
- "Time::HiRes": "0",
- "Try::Tiny": "0",
- "XML::Simple": "0",
- "base": "0",
- "constant": "0",
- "namespace::clean": "0",
- "perl": "5.010",
- "strict": "0",
- "warnings": "0"
},+
"resources": { … },- "version": "1.49",
+
"x_contributors": [ … - "Allen Lew <allen@alew.org>",
- "A.MacLeay <a.macleay@gmail.com>",
- "Andy Jack <andyjack@users.noreply.github.com>",
- "Andy Jack <github@veracity.ca>",
- "Bas Bloemsaat <bas@bloemsaat.com>",
- "bernhard <Bernhard.Schmalhofer@gmx.de>",
- "Blake GH <blake@mobiusconsortium.org>",
- "Brian Horakh <brianh@zoovy.com>",
- "Charles Howes <charles.howes@globalrelay.net>",
- "Chris Davies <FMQA@users.noreply.github.com>",
- "Daniel Fackrell <dfackrell@bluehost.com>",
- "Dave Rolsky <autarch@urth.org>",
- "Dmitry Karasik <dmitry@karasik.eu.org>",
- "Doug Bell <doug@preaction.me>",
- "Dylan Streb <dylan.streb@oneil.com>",
- "Eric Johnson <eric.git@iijo.org>",
- "Gabor Szabo <gabor@szabgab.com>",
- "George S. Baugh <george.b@cpanel.net>",
- "Gerhard Jungwirth <gjungwirth@sipwise.com>",
- "Gordon Child <gordon@gordonchild.com>",
- "GreatFlamingFoo <greatflamingfoo@gmail.com>",
- "Ivan Kurmanov <duraley@gmail.com>",
- "Joe Higton <draxil@gmail.com>",
- "Jon Hermansen <jon.hermansen@gmail.com>",
- "Keita Sugama <sugama@jamadam.com>",
- "Ken Swanson <kswanson@genome.wustl.edu>",
- "lembark <lembark@wrkhors.com>",
- "Luke Closs <lukec@users.noreply.github.com>",
- "Martin Gruner <martin.gruner@otrs.com>",
- "Matthew Spahr <matthew.spahr@cpanel.net>",
- "Max O'Cull <maxattax97@gmail.com>",
- "Michael Prokop <mprokop@sipwise.com>",
- "mk654321 <kosmichal@gmail.com>",
- "Peter Mottram (SysPete) <peter@sysnix.com>",
- "Phil Kania <phil@vivox.com>",
- "Phil Mitchell <phil.mitchell@pobox.com>",
- "Prateek Goyal <prateek.goyal5@gmail.com>",
- "Richard Sailer <richard@weltraumpflege.org>",
- "Robert Utter <utter.robert@gmail.com>",
- "rouzier <rouzier@gmail.com>",
- "Tetsuya Tatsumi <ttatsumi@ra2.so-net.ne.jp>",
- "Tod Hagan <42418406+tod222@users.noreply.github.com>",
- "Tom Hukins <tom@eborcom.com>",
- "Vangelis Katsikaros <vangelis@adzuna.com>",
- "Vangelis Katsikaros <vkatsikaros@gmail.com>",
- "Vishwanath Janmanchi <jvishwanath@gmail.com>",
- "Viťas Strádal <vitas@matfyz.cz>",
- "Yuki Kimoto <kimoto.yuki@gmail.com>",
- "Yves Lavoie <ylavoie@yveslavoie.com>"
],- "x_generated_by_perl": "v5.30.0",
- "x_serialization_backend": "YAML::Tiny version 1.73"
},- "meta_yml_is_parsable": 1,
- "meta_yml_spec_version": "1.4",
+
"modules": [ … +
{ … - "file": "lib/Selenium/ActionChains.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::ActionChains"
},+
{ … - "file": "lib/Selenium/CanStartBinary.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::CanStartBinary"
},+
{ … - "file": "lib/Selenium/CanStartBinary/FindBinary.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::CanStartBinary::FindBinary"
},+
{ … - "file": "lib/Selenium/CanStartBinary/ProbePort.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::CanStartBinary::ProbePort"
},+
{ … - "file": "lib/Selenium/Chrome.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Chrome"
},+
{ … - "file": "lib/Selenium/Edge.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Edge"
},+
{ … - "file": "lib/Selenium/Firefox.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Firefox"
},+
{ … - "file": "lib/Selenium/Firefox/Binary.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Firefox::Binary"
},+
{ … - "file": "lib/Selenium/Firefox/Profile.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Firefox::Profile"
},+
{ … - "file": "lib/Selenium/InternetExplorer.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::InternetExplorer"
},+
{ … - "file": "lib/Selenium/PhantomJS.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::PhantomJS"
},+
{ … - "file": "lib/Selenium/Remote/Commands.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Remote::Commands"
},+
{ … - "file": "lib/Selenium/Remote/Driver.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Remote::Driver"
},+
{ … - "file": "lib/Selenium/Remote/Driver/CanSetWebdriverContext.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Remote::Driver::CanSetWebdriverContext"
},+
{ … - "file": "lib/Selenium/Remote/Driver/Firefox/Profile.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Remote::Driver::Firefox::Profile"
},+
{ … - "file": "lib/Selenium/Remote/ErrorHandler.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Remote::ErrorHandler"
},+
{ … - "file": "lib/Selenium/Remote/Finders.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Remote::Finders"
},+
{ … - "file": "lib/Selenium/Remote/Mock/Commands.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Remote::Mock::Commands"
},+
{ … - "file": "lib/Selenium/Remote/Mock/RemoteConnection.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Remote::Mock::RemoteConnection"
},+
{ … - "file": "lib/Selenium/Remote/RemoteConnection.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Remote::RemoteConnection"
},+
{ … - "file": "lib/Selenium/Remote/Spec.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Remote::Spec"
},+
{ … - "file": "lib/Selenium/Remote/WDKeys.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Remote::WDKeys"
},+
{ … - "file": "lib/Selenium/Remote/WebElement.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Remote::WebElement"
},+
{ … - "file": "lib/Selenium/Waiter.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Selenium::Waiter"
},+
{ … - "file": "lib/Test/Selenium/Chrome.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Test::Selenium::Chrome"
},+
{ … - "file": "lib/Test/Selenium/Edge.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Test::Selenium::Edge"
},+
{ … - "file": "lib/Test/Selenium/Firefox.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Test::Selenium::Firefox"
},+
{ … - "file": "lib/Test/Selenium/InternetExplorer.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Test::Selenium::InternetExplorer"
},+
{ … - "file": "lib/Test/Selenium/PhantomJS.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Test::Selenium::PhantomJS"
},+
{ … - "file": "lib/Test/Selenium/Remote/Driver.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Test::Selenium::Remote::Driver"
},+
{ … - "file": "lib/Test/Selenium/Remote/Role/DoesTesting.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Test::Selenium::Remote::Role::DoesTesting"
},+
{ … - "file": "lib/Test/Selenium/Remote/WebElement.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Test::Selenium::Remote::WebElement"
}
],- "no_pax_headers": 1,
- "path": "T/TE/TEODESIAN/Selenium-Remote-Driver-1.49.tar.gz",
+
"prereq": [ … +
{ … - "is_prereq": 1,
- "requires": "Archive::Zip",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Carp",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Clone",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Cwd",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Data::Dumper",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Exporter",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "requires": "ExtUtils::MakeMaker",
- "type": "configure_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "File::Basename",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "File::Copy",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "File::Spec",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "File::Spec",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "File::Spec::Functions",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "File::Temp",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "File::Which",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "File::stat",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "FindBin",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "HTTP::Headers",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "HTTP::Request",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "HTTP::Response",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "IO::Handle",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "IO::Socket",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "IO::Socket::INET",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "IO::String",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "IO::Uncompress::Unzip",
- "type": "runtime_requires",
- "version": "2.030"
},+
{ … - "is_build_prereq": 1,
- "requires": "IPC::Open3",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "JSON",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "LWP::UserAgent",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "List::Util",
- "type": "runtime_requires",
- "version": "1.33"
},+
{ … - "is_prereq": 1,
- "requires": "MIME::Base64",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Moo",
- "type": "runtime_requires",
- "version": "1.005"
},+
{ … - "is_prereq": 1,
- "requires": "Moo::Role",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Scalar::Util",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Sub::Install",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Test::Builder",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::Builder::Tester",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::Deep",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::Fatal",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::LWP::UserAgent",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Test::LongString",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::MockModule",
- "type": "build_requires",
- "version": "v0.13.0"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::More",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Time::HiRes",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Try::Tiny",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "XML::Simple",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "base",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "constant",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "lib",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "namespace::clean",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "perl",
- "type": "runtime_requires",
- "version": "5.010"
},+
{ … - "is_prereq": 1,
- "requires": "strict",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "warnings",
- "type": "runtime_requires",
- "version": "0"
}
],- "released_epoch": 1680791290,
- "required_perl": "5.010000",
- "size_packed": 4118220,
- "size_unpacked": 6081096,
+
"unknown_license_texts": { … - "lib/Selenium/ActionChains.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/CanStartBinary.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/CanStartBinary/FindBinary.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/CanStartBinary/ProbePort.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Chrome.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Edge.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Firefox.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Firefox/Binary.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Firefox/Profile.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/InternetExplorer.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/PhantomJS.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Remote/Commands.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Remote/Driver.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Remote/Driver/CanSetWebdriverContext.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Remote/Driver/Firefox/Profile.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Remote/ErrorHandler.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Remote/Finders.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Remote/Mock/Commands.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Remote/Mock/RemoteConnection.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Remote/RemoteConnection.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Remote/Spec.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Remote/WDKeys.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Remote/WebElement.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n",
- "lib/Selenium/Waiter.pm": "=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2010-2011 Aditya Ivaturi, Gordon Child\n\nCopyright (c) 2014-2017 Daniel Gempesaw\n\nCopyright (c) 2018-2021 George S. Baugh\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n"
},+
"uses": { … +
"configure": { … +
"requires": { … - "ExtUtils::MakeMaker": "0",
- "perl": "5.010",
- "strict": "0",
- "warnings": "0"
}
},+
"runtime": { … +
"requires": { … - "Archive::Zip": "0",
- "Carp": "0",
- "Clone": "0",
- "Cwd": "0",
- "Data::Dumper": "0",
- "Exporter": "0",
- "File::Basename": "0",
- "File::Copy": "0",
- "File::Spec": "0",
- "File::Spec::Functions": "0",
- "File::Temp": "0",
- "File::Which": "0",
- "HTTP::Headers": "0",
- "HTTP::Request": "0",
- "HTTP::Response": "0",
- "IO::Socket": "0",
- "IO::Socket::INET": "0",
- "IO::String": "0",
- "IO::Uncompress::Unzip": "2.030",
- "JSON": "0",
- "LWP::UserAgent": "0",
- "List::Util": "0",
- "MIME::Base64": "0",
- "Moo": "0",
- "Moo::Role": "0",
- "Scalar::Util": "0",
- "Sub::Install": "0",
- "Test::Builder": "0",
- "Test::LongString": "0",
- "Time::HiRes": "0",
- "Try::Tiny": "0",
- "XML::Simple": "0",
- "base": "0",
- "constant": "0",
- "namespace::clean": "0",
- "perl": "v5.10.0",
- "strict": "0",
- "warnings": "0"
}
},+
"test": { … +
"noes": { … },+
"recommends": { … - "Pod::Coverage::TrustPod": "0",
- "Test::CPAN::Meta": "0",
- "Test::CPAN::Meta::JSON": "0",
- "Test::EOL": "0",
- "Test::Kwalitee": "1.21",
- "Test::MinimumVersion": "0",
- "Test::Mojibake": "0",
- "Test::More": "0.96",
- "Test::NoTabs": "0",
- "Test::Perl::Critic": "0",
- "Test::Pod": "1.41",
- "Test::Pod::Coverage": "1.08",
- "Test::Synopsis": "0",
- "Test::Version": "0",
- "strict": "0",
- "warnings": "0"
},+
"requires": { … - "Carp": "0",
- "File::Spec": "0",
- "File::Temp": "0",
- "FindBin": "0",
- "IO::Handle": "0",
- "IO::Socket::INET": "0",
- "IO::Uncompress::Unzip": "0",
- "IPC::Open3": "0",
- "JSON": "0",
- "LWP::UserAgent": "0",
- "MIME::Base64": "0",
- "Moo": "0",
- "Scalar::Util": "0",
- "Test::Builder::Tester": "0",
- "Test::Deep": "0",
- "Test::Fatal": "0",
- "Test::LWP::UserAgent": "0",
- "Test::MockModule": "v0.13.0",
- "Test::More": "0.88",
- "lib": "0",
- "perl": "5.006",
- "strict": "0",
- "warnings": "0"
},+
"suggests": { … - "Test::Pod::LinkCheck": "0",
- "Test::Portability::Files": "0",
- "Test::Vars": "0",
- "blib": "1.01"
}
}
},- "valid_signature": -1,
- "version": "1.49",
+
"versions": { … +
"lib/Selenium/ActionChains.pm": { … - "Selenium::ActionChains": "1.49"
},+
"lib/Selenium/CanStartBinary.pm": { … - "Selenium::CanStartBinary": "1.49"
},+
"lib/Selenium/CanStartBinary/FindBinary.pm": { … - "Selenium::CanStartBinary::FindBinary": "1.49"
},+
"lib/Selenium/CanStartBinary/ProbePort.pm": { … - "Selenium::CanStartBinary::ProbePort": "1.49"
},+
"lib/Selenium/Chrome.pm": { … - "Selenium::Chrome": "1.49"
},+
"lib/Selenium/Edge.pm": { … },+
"lib/Selenium/Firefox.pm": { … - "Selenium::Firefox": "1.49"
},+
"lib/Selenium/Firefox/Binary.pm": { … - "Selenium::Firefox::Binary": "1.49"
},+
"lib/Selenium/Firefox/Profile.pm": { … - "Selenium::Firefox::Profile": "1.49"
},+
"lib/Selenium/InternetExplorer.pm": { … - "Selenium::InternetExplorer": "1.49"
},+
"lib/Selenium/PhantomJS.pm": { … - "Selenium::PhantomJS": "1.49"
},+
"lib/Selenium/Remote/Commands.pm": { … - "Selenium::Remote::Commands": "1.49"
},+
"lib/Selenium/Remote/Driver.pm": { … - "Selenium::Remote::Driver": "1.49"
},+
"lib/Selenium/Remote/Driver/CanSetWebdriverContext.pm": { … - "Selenium::Remote::Driver::CanSetWebdriverContext": "1.49"
},+
"lib/Selenium/Remote/Driver/Firefox/Profile.pm": { … - "Selenium::Remote::Driver::Firefox::Profile": "1.49"
},+
"lib/Selenium/Remote/ErrorHandler.pm": { … - "Selenium::Remote::ErrorHandler": "1.49"
},+
"lib/Selenium/Remote/Finders.pm": { … - "Selenium::Remote::Finders": "1.49"
},+
"lib/Selenium/Remote/Mock/Commands.pm": { … - "Selenium::Remote::Mock::Commands": "1.49"
},+
"lib/Selenium/Remote/Mock/RemoteConnection.pm": { … - "Selenium::Remote::Mock::RemoteConnection": "1.49"
},+
"lib/Selenium/Remote/RemoteConnection.pm": { … - "Selenium::Remote::RemoteConnection": "1.49"
},+
"lib/Selenium/Remote/Spec.pm": { … - "Selenium::Remote::Spec": "1.49"
},+
"lib/Selenium/Remote/WDKeys.pm": { … - "Selenium::Remote::WDKeys": "1.49"
},+
"lib/Selenium/Remote/WebElement.pm": { … - "Selenium::Remote::WebElement": "1.49"
},+
"lib/Selenium/Waiter.pm": { … - "Selenium::Waiter": "1.49"
},+
"lib/Test/Selenium/Chrome.pm": { … - "Test::Selenium::Chrome": "1.49"
},+
"lib/Test/Selenium/Edge.pm": { … - "Test::Selenium::Edge": "1.49"
},+
"lib/Test/Selenium/Firefox.pm": { … - "Test::Selenium::Firefox": "1.49"
},+
"lib/Test/Selenium/InternetExplorer.pm": { … - "Test::Selenium::InternetExplorer": "1.49"
},+
"lib/Test/Selenium/PhantomJS.pm": { … - "Test::Selenium::PhantomJS": "1.49"
},+
"lib/Test/Selenium/Remote/Driver.pm": { … - "Test::Selenium::Remote::Driver": "1.49"
},+
"lib/Test/Selenium/Remote/Role/DoesTesting.pm": { … - "Test::Selenium::Remote::Role::DoesTesting": "1.49"
},+
"lib/Test/Selenium/Remote/WebElement.pm": { … - "Test::Selenium::Remote::WebElement": "1.49"
}
},- "vname": "Selenium-Remote-Driver-1.49"
}