Package: RSelenium 1.7.9
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:
RSelenium_1.7.9.tar.gz
RSelenium_1.7.9.zip(r-4.6)RSelenium_1.7.9.zip(r-4.5)RSelenium_1.7.9.zip(r-4.4)
RSelenium_1.7.9.tgz(r-4.5-any)RSelenium_1.7.9.tgz(r-4.4-any)
RSelenium_1.7.9.tar.gz(r-4.6-any)RSelenium_1.7.9.tar.gz(r-4.5-any)
RSelenium_1.7.9.tgz(r-4.4-emscripten)
RSelenium.pdf |RSelenium.html✨
RSelenium/json (API)
NEWS
# Install 'RSelenium' in R: |
install.packages('RSelenium', repos = c('https://packages.ropensci.org', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ropensci/rselenium/issues
Pkgdown site:https://docs.ropensci.org
Last updated 2 years agofrom:6071311243 (on master). Checks:4 OK, 7 NOTE. Indexed: yes.
Target | Result | Total time |
---|---|---|
pkgdown docs | OK | 146 |
source / vignettes | OK | 161 |
linux-devel | NOTE | 120 |
linux-release | NOTE | 131 |
macos-release-arm64 | NOTE | 73 |
macos-oldrel-arm64 | NOTE | 64 |
windows-devel | NOTE | 87 |
windows-release | NOTE | 82 |
windows-oldrel | NOTE | 83 |
wasm-release | OK | 120 |
wasm-oldrel | OK | 148 |
Exports:errorHandlergetChromeProfilegetFirefoxProfilemakeFirefoxProfileremoteDriverrsDriverselKeyswebElement
Dependencies:askpassassertthatbinmanbitopscaToolsclicurlhttrjsonlitemimeopensslprocessxpsR6rappdirsRcpprlangsemversyswdmanxml2yaml
Driving OS/Browsers Local and Remote
Rendered fromsaucelabs.Rmd
usingknitr::rmarkdown
on Apr 29 2025.Last update: 2022-09-01
Started: 2018-09-06
Internet Explorer
Rendered frominternetexplorer.Rmd
usingknitr::rmarkdown
on Apr 29 2025.Last update: 2022-09-01
Started: 2018-11-14
Basics
Rendered frombasics.Rmd
usingknitr::rmarkdown
on Apr 29 2025.Last update: 2022-09-01
Started: 2018-09-06
Docker
Rendered fromdocker.Rmd
usingknitr::rmarkdown
on Apr 29 2025.Last update: 2022-09-01
Started: 2018-09-06
Readme and manuals
Help Manual
Help page | Topics |
---|---|
An R client for Selenium Remote Webdriver | RSelenium-package RSelenium |
CLASS errorHandler | errorHandler errorHandler-class |
Get Chrome profile. | getChromeProfile |
Get Firefox profile. | getFirefoxProfile |
Make Firefox profile. | makeFirefoxProfile |
CLASS remoteDriver | remoteDriver remoteDriver-class |
Start a selenium server and browser | rsDriver |
Selenium key mappings | selKeys |
CLASS webElement | webElement webElement-class |