queryAPI {RSauceLabs}R Documentation

Send a query to SauceLabs.

Description

queryAPI A function to send a query to SauceLabs. Intended for seleniumPipes internal use mainly.

Usage

queryAPI(verb = GET, account, url, source, ...)

Arguments

verb

The http method to use. See VERB

account

An object of class "account". An account object see account.

url

The url of the remote server endpoint.

source

The name of the RSauceLabs function that called queryDriver.

...

Additonal function arguments - Currently unused.

Value

The contents of the response from the remote server. See content for details.

Examples

## Not run: 
# function intended for internal use

## End(Not run)

[Package RSauceLabs version 0.1.6 Index]