Learn R Programming

RSauceLabs (version 0.1.6)

queryAPI: 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

Run this code
## Not run: 
# # function intended for internal use
# ## End(Not run)

Run the code above in your browser using DataLab