Package: RSelenium 1.7.9

Jonathan Völkle

RSelenium: R Bindings for 'Selenium WebDriver'

Provides a set of R bindings for the 'Selenium 2.0 WebDriver' (see <https://www.selenium.dev/documentation/> for more information) using the 'JsonWireProtocol' (see <https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol> 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.

Authors:John Harrison [aut], Ju Yeong Kim [aut], Jonathan Völkle [aut, cre], Indranil Gayen [ctb]

RSelenium_1.7.9.tar.gz
RSelenium_1.7.9.zip(r-4.5)RSelenium_1.7.9.zip(r-4.4)RSelenium_1.7.9.zip(r-4.3)
RSelenium_1.7.9.tgz(r-4.4-any)RSelenium_1.7.9.tgz(r-4.3-any)
RSelenium_1.7.9.tar.gz(r-4.5-noble)RSelenium_1.7.9.tar.gz(r-4.4-noble)
RSelenium_1.7.9.tgz(r-4.4-emscripten)RSelenium_1.7.9.tgz(r-4.3-emscripten)
RSelenium.pdf |RSelenium.html
RSelenium/json (API)
NEWS

# Install 'RSelenium' in R:
install.packages('RSelenium', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/ropensci/rselenium/issues

On CRAN:

rseleniumseleniumwebdriver

8 exports 341 stars 6.81 score 22 dependencies 10 dependents 5 mentions 4.7k downloads

Last updated 1 years agofrom:6071311243 (on master)

Exports:errorHandlergetChromeProfilegetFirefoxProfilemakeFirefoxProfileremoteDriverrsDriverselKeyswebElement

Dependencies:askpassassertthatbinmanbitopscaToolsclicurlhttrjsonlitemimeopensslprocessxpsR6rappdirsRcpprlangsemversyswdmanxml2yaml

Driving OS/Browsers Local and Remote

Rendered fromsaucelabs.Rmdusingknitr::rmarkdownon Jul 11 2024.

Last update: 2022-09-01
Started: 2018-09-06

Internet Explorer

Rendered frominternetexplorer.Rmdusingknitr::rmarkdownon Jul 11 2024.

Last update: 2022-09-01
Started: 2018-11-14

Basics

Rendered frombasics.Rmdusingknitr::rmarkdownon Jul 11 2024.

Last update: 2022-09-01
Started: 2018-09-06

Docker

Rendered fromdocker.Rmdusingknitr::rmarkdownon Jul 11 2024.

Last update: 2022-09-01
Started: 2018-09-06

Readme and manuals

Help Manual

Help pageTopics
An R client for Selenium Remote WebdriverRSelenium-package RSelenium
CLASS errorHandlererrorHandler errorHandler-class
Get Chrome profile.getChromeProfile
Get Firefox profile.getFirefoxProfile
Make Firefox profile.makeFirefoxProfile
CLASS remoteDriverremoteDriver remoteDriver-class
Start a selenium server and browserrsDriver
Selenium key mappingsselKeys
CLASS webElementwebElement webElement-class