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 05 Sep. 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

stlTDNN  
STL Decomposition and TDNN Hybrid Time Series Forecasting
Implementation of hybrid STL decomposition based time delay neural network model for univariate time ...
Download / Learn more Package Citations See dependency  
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  
AnaCoDa  
Analysis of Codon Data under Stationarity using a Bayesian Framework
Is a collection of models to analyze genome scale codon data using a Bayesian framework. Provides v ...
Download / Learn more Package Citations See dependency  
ETLUtils  
Utility Functions to Execute Standard Extract/Transform/Load Operations (using Package 'ff') on Large Data
Provides functions to facilitate the use of the 'ff' package in interaction with big data in 'SQL' ...
Download / Learn more Package Citations See dependency  
mlr3spatial  
Support for Spatial Objects Within the 'mlr3' Ecosystem
Extends the 'mlr3' ML framework with methods for spatial objects. Data storage and prediction are s ...
Download / Learn more Package Citations See dependency  
textometry  
Textual Data Analysis Package Used by the TXM Software
Statistical exploration of textual corpora using several methods from French 'Textometrie' (new name ...
Download / Learn more Package Citations See dependency  

28,437

R Packages

239,283

Dependencies

75,476

Author Associations

28,438

Publication Badges

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