File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -22382,6 +22382,22 @@ with self; {
2238222382 };
2238322383 };
2238422384
22385+ SeleniumRemoteDriver = buildPerlPackage {
22386+ pname = "Selenium-Remote-Driver";
22387+ version = "1.49";
22388+ src = fetchurl {
22389+ url = "mirror://cpan/authors/id/T/TE/TEODESIAN/Selenium-Remote-Driver-1.49.tar.gz";
22390+ hash = "sha256-yg7/7s6kK72vOVqI5j5EkoWKAAZAfJTRz8QY1BOX+mI=";
22391+ };
22392+ buildInputs = [ TestDeep TestFatal TestLWPUserAgent TestMockModule ];
22393+ propagatedBuildInputs = [ ArchiveZip Clone FileWhich HTTPMessage IOString JSON LWP Moo SubInstall TestLongString TryTiny XMLSimple namespaceclean ];
22394+ meta = {
22395+ homepage = "https://github.com/teodesian/Selenium-Remote-Driver";
22396+ description = "Perl Client for Selenium Remote Driver";
22397+ license = lib.licenses.asl20;
22398+ };
22399+ };
22400+
2238522401 SerealDecoder = buildPerlPackage {
2238622402 pname = "Sereal-Decoder";
2238722403 version = "5.004";
You can’t perform that action at this time.
0 commit comments