RSelenium
R bindings for Selenium WebDriver to automate and test web browsers
RSelenium's only release in eight years touched documentation and CI, nothing else.
◆Recent moves
- 5mo ago
RSelenium 1.7.10 updates docs and moves CI to GitHub Actions
Documentation updates, a Travis-to-GitHub-Actions migration and CRAN note fixes — eight years after the previous release. It keeps the package on CRAN and changes nothing for users.
View source ↗ - 7y ago
RSelenium 1.7.4 retires phantom() and fixes rsDriver
Retires `phantom()`, adds a dummy argument to `executeScript`, and folds in earlier fixes for SauceLabs credential exposure and `rsDriver` argument passing. Cleanup of the PhantomJS era.
View source ↗ - 9y ago
RSelenium 1.7.1 fixes rsDriver argument passing
Fixes argument forwarding in `rsDriver`, a Windows/Firefox failure, and where `serverURL` is set. Corrective work on the then-new driver entry point.
View source ↗ - 9y ago
RSelenium 1.7.0 makes rsDriver the entry point
The release block where `rsDriver()` becomes the sanctioned way in: `checkForServer` and `startServer` go defunct, `phantom` is deprecated, and Docker is recommended for running the server. This is the architecture the package still ships today.
View source ↗ - 9y ago
RSelenium 1.6.2 adds selectTag, moves to httr
Adds a `selectTag` method and swaps the HTTP layer from RCurl to httr, dropping rjson. Dependency modernisation plus a small API addition.
View source ↗ - 9y ago
RSelenium 1.5.0 fixes executeScript and RStudio completion
Bundled fixes for `.DollarNames` under RStudio, nested web elements in `executeScript`, and internal tidying. Routine maintenance from the package's active period.
View source ↗