lit | R Documentation |
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
lit( browser = "chrome", port = 4444, headless = FALSE, foo = c("standalone", "local", "docker") )
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")) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.