launchRD: launchRD

View source: R/launchRD.R

launchRDR Documentation

launchRD

Description

Primary selenium browser launcher

Usage

launchRD(
  timeout_pageload = "default",
  timeout_script = "default",
  timeout_implicit = "default",
  browser = "chrome",
  cver = "AUTO",
  adblock = FALSE,
  adblock_filepath = paste0(getwd(), "/adblock.crx"),
  notrack = TRUE,
  winsize = c(1280, 800),
  browserargs = c("nosand", "dispop", "disnot"),
  headless = F,
  port = 4567
)

Arguments

timeout_pageload

set a page load timeout in seconds, use a number without quotes as a number of seconds to set as timeout (default: 300 seconds)

timeout_script

set a script load timeout in seconds, use a number without quotes as a number of seconds to set as timeout (default: 30 seconds)

timeout_implicit

set a time to wait to find elements if not immediately available on page, use a number without quotes as number of seconds to set as timeout (default: 0, do not wait any time for elements not immediatly available)

browser

chrome or firefox

winsize

set window size of bot

port

port number

ext

extension filepath to add

opt

options to add (nosand=no sandbox; disnot=disable notifications; dispop=disable popups)


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