newRemDr: Open a New Remote Browser

Description Usage Details

View source: R/remDr.R

Description

Open a New Remote Browser

Usage

1

Details

Shortcut for the following code. library(RSelenium) selCommand <- wdman::selenium(jvmargs = c("-Dwebdriver.chrome.verboseLogging=true"), retcommand = TRUE) shell(selCommand, wait = FALSE, minimized = TRUE) path <- "C:/Program Files (x86)/Google/Chrome Beta/Application/chrome.exe" ecap <- list(chromeOptions = list("binary" = path)) return(RSelenium::remoteDriver(port = 4567L, browserName = "chrome", extraCapabilities = ecap))


mattgarber4/myUtils documentation built on Dec. 13, 2020, 12:54 p.m.