Send a query to SauceLabs.

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.

Description

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

Examples

## Not run: ------------------------------------ # # function intended for internal use ## ---------------------------------------------