lit: lit()

View source: R/lit.R

litR Documentation

lit()

Description

Primary selenium browser launcher that reads your system info automatically and tries a series of selenium launches, keeping the first one that works. This function is designed to work across all operating system platforms AND 32-bit/64-bit infrastructure. Tested on 32-bit raspi4 with ubuntu 19.10, 64 bit ubuntu 18.04LTS, Mac (Darwin),and Windows 10

Usage

lit(
  browser = "chrome",
  port = 4444,
  headless = FALSE,
  foo = c("standalone", "local", "docker")
)

Arguments

browser

chrome or firefox

port

port number

headless

logical (TRUE or FALSE, no quotes) browse headlessly?

foo

vector of "standalone","docker","local" (up to all three) in order of priority of use (i.e. if you want to use standalone, with docker as backup, use foo=c("standalone","docker"))


nbarsch/pineium documentation built on July 12, 2022, 11:40 p.m.