start_browser: Start Selenium driver

Description Usage Arguments

Description

start_browser should be run before execution of other functions in the package. Selenium driver is required for both application of filters and parsing results. Further documentation is available in rsDriver.

Usage

1
2
start_browser(port = 4445L, docker = TRUE, browser = c("chrome",
  "firefox"), verbose = TRUE, check = TRUE, extraCapabilities = list())

Arguments

port

Port to use

docker

Specify whether instead of launching its own server, Docker container is runninng and can be connected to.

browser

Which browser should be used

"chrome"
"firefox"
verbose

Print out messages

check

Check the version of Selenium and associated drivers

extraCapabilities

Optional arguments (browser-specific)


tpaskhalis/RgovUK documentation built on May 26, 2019, 9:37 a.m.