Perform automatic browser tests with RSelenium
What's Selenium?
Why Selenium is an interesting solution?
Let's start
#install to run once
install.packages("RSelenium")
library(RSelenium)rd <- rsDriver(browser = "firefox", port = 4444L)

How to quickly configure a Selenium scenario?

PreviousWebsite Crawling and SEO extraction with RcrawlerNextGrab Google Suggest Search Queries using R'
Last updated
