This package browser is in early development. Mind the rough edges.

r-rselenium

R bindings for Selenium WebDriver

This package provides a set of R bindings for the Selenium 2.0 WebDriver (see https://selenium.dev/documentation/en/ 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.

Installation

Install the latest version of r-rselenium as follows:

guix install r-rselenium

Or install a particular version:

guix install r-rselenium@1.7.9

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of r-rselenium about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-rselenium'><img src='https://packages.guix.gnu.org/packages/r-rselenium/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-rselenium/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-rselenium)

Example Org:

[[https://packages.guix.gnu.org/packages/r-rselenium][https://packages.guix.gnu.org/packages/r-rselenium/badges/latest-version.svg]]