The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Selenium::Driver::Gecko - Tell Selenium::Client how to spawn geckodriver

VERSION

version 2.00

Mode of Operation

Spawns a geckodriver server on the provided port (which the caller will assign randomly) Relies on geckodriver being in your $PATH Pipes log output to ~/.selenium/perl-client/$port.log

SUBROUTINES

build_spawn_opts($class,$object)

Builds a command string which can run the driver binary. All driver classes must build this.

AUTHOR

George S. Baugh <george@troglodyne.net>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2023 by George S. Baugh.

This is free software, licensed under:

  The MIT (X11) License