Other packages > Find by keyword >

RSelenium  

R Bindings for 'Selenium WebDriver'
View on CRAN: Click here


Download and install RSelenium package within the R console
Install from CRAN:
install.packages("RSelenium")

Install from Github:
library("remotes")
install_github("cran/RSelenium")

Install by package version:
library("remotes")
install_version("RSelenium", "1.7.9")



Attach the package and use:
library("RSelenium")
Maintained by
Ju Yeong Kim
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-03-16
Latest Update: 2022-09-02
Description:
Provides a set of R bindings for the 'Selenium 2.0 WebDriver' (see for more information) using the 'JsonWireProtocol' (see for more information). 'Selenium 2.0 WebDriver' allows driving a web browser natively as a user would either locally or on a remote machine using the Selenium server it marks a leap forward in terms of web browser automation. Selenium automates web browsers (commonly referred to as browsers). Using RSelenium you can automate browsers locally or remotely.
How to cite:
Ju Yeong Kim (2014). RSelenium: R Bindings for 'Selenium WebDriver'. R package version 1.7.9, https://cran.r-project.org/web/packages/RSelenium. Accessed 07 Aug. 2026.
Previous versions and publish date:
(2026-07-09 08:20), 1.2.2 (2014-03-16 06:21), 1.3.1 (2014-05-25 10:34), 1.3.5 (2014-10-26 11:47), 1.4.0 (2016-07-30 09:30), 1.4.5 (2016-10-02 01:50), 1.5.0 (2016-11-23 12:06), 1.6.2 (2016-12-03 00:57), 1.7.0 (2017-01-18 23:57), 1.7.1 (2017-01-24 14:20), 1.7.4 (2018-09-18 10:30), 1.7.5 (2019-01-03 10:20), 1.7.7 (2020-02-03 21:00), 1.7.9 (2022-09-02 10:10)
Other packages that cited RSelenium R package
View RSelenium citation profile
Other R packages that RSelenium depends, imports, suggests or enhances
Complete documentation for RSelenium
Functions, R codes and Examples using the RSelenium R package
Some associated functions: RSelenium-package . errorHandler-class . getChromeProfile . getFirefoxProfile . makeFirefoxProfile . remoteDriver-class . rsDriver . selKeys . webElement-class . 
Some associated R codes: RSelenium.R . errorHandler.R . remoteDriver.R . rsDriver.R . selKeys-data.R . util.R . webElement.R .  Full RSelenium package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
BayesESS  
Determining Effective Sample Size
Determines effective sample size of a parametric prior distribution in Bayesian models. For a web-b ...
Download / Learn more Package Citations See dependency  
enrichwith  
Methods to Enrich R Objects with Extra Components
Provides the "enrich" method to enrich list-like R objects with new, relevant components. The curren ...
Download / Learn more Package Citations See dependency  
modelwordcloud  
Model Word Clouds
Makes a word cloud of text, sized by the frequency of the word, and colored either by user-specified ...
Download / Learn more Package Citations See dependency  
bbricks  
Bayesian Methods and Graphical Model Structures for Statistical Modeling
A set of frequently used Bayesian parametric and nonparametric model structures, as well as a set of ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA