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 28 Jan. 2025.
Previous versions and publish date:
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

eiopaR  
Access to RFR (Risk-Free Rate) Curves Produced by the EIOPA
Provides EIOPA (European Insurance And Occupational Pensions Authority) risk-free rates. Please note ...
Download / Learn more Package Citations See dependency  
fabMix  
Overfitting Bayesian Mixtures of Factor Analyzers with Parsimonious Covariance and Unknown Number of Components
Model-based clustering of multivariate continuous data using Bayesian mixtures of factor analyzers ( ...
Download / Learn more Package Citations See dependency  
fontcm  
Computer Modern font for use with extrafont package
Computer Modern font for use with extrafont package ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
MetaIntegration  
Ensemble Meta-Prediction Framework
An ensemble meta-prediction framework to integrate multiple regression models into a current study. ...
Download / Learn more Package Citations See dependency  
easyPubMed  
Search and Retrieve Scientific Publication Records from PubMed
Query NCBI Entrez and retrieve PubMed records in XML or text format. Process PubMed records by extra ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

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