Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

checkForServer

Check for Server binary


Description

Defunct. Please use rsDriver

Usage

checkForServer(dir = NULL, update = FALSE, rename = TRUE, beta = FALSE)

Arguments

dir

A directory in which the binary is to be placed.

update

A boolean indicating whether to update the binary if it is present.

rename

A boolean indicating whether to rename to "selenium-server-standalone.jar".

beta

A boolean indicating whether to include beta releases.

Details

checkForServer A utility function to check if the Selenium Server stanalone binary is present.

Detail

The downloads for the Selenium project can be found at http://selenium-release.storage.googleapis.com/index.html. This convenient function downloads the standalone server and places it in the RSelenium package directory bin folder by default.

Examples

## Not run: 
checkForServer()

## End(Not run)

RSelenium

R Bindings for 'Selenium WebDriver'

v1.7.7
AGPL-3
Authors
John Harrison [aut] (original author), Ju Yeong Kim [cre] (rOpenSci maintainer)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.