Usage
gecko(port = 4567L, version = "latest", check = TRUE, loglevel = c("info", "fatal", "error", "warn", "config", "debug", "trace"), verbose = TRUE, retcommand = FALSE, ...)
Arguments
version
what version of geckodriver to run. Default = "latest"
which runs the most recent version. To see other version currently
sourced run binman::list_versions("geckodriver")
check
If TRUE check the versions of geckodriver available. If
new versions are available they will be downloaded.
loglevel
Set Gecko log level [values: fatal, error,
warn, info, config, debug, trace]
verbose
If TRUE, include status messages (if any)
retcommand
If TRUE return only the command that would be passed
to spawn_process
...
pass additional options to the driver