launchRD | R Documentation |
Primary selenium browser launcher
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 )
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.