NAME

Selenium::Driver::Chrome - Tell Selenium::Client how to spawn chromedriver

VERSION

version 1.06

Mode of Operation

Spawns a chromedriver server on the provided port (which the caller will assign randomly) Relies on chromedriver 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