Learn R Programming

RSelenium (version 1.3.1)

checkForServer: Check for Server binary

Description

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

Usage

checkForServer(dir = NULL, update = 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.

Detail

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

Examples

Run this code
# NOT RUN {
checkForServer()
# }

Run the code above in your browser using DataLab