queryDriver: Send a query to remote Driver.

Description Usage Arguments Value Examples

Description

queryDriver A function to send a query to a remote driver. Intended for seleniumPipes internal use mainly.

Usage

1
queryDriver(verb = GET, url, source, drvID, ...)

Arguments

verb

The http method to use. See VERB

url

The url of the remote server endpoint.

source

The name of the seleniumPipes function that called queryDriver.

drvID

The driver id of the session as given by an object of class "remoteDr"

...

additonal arguments

Value

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

Examples

1
2
3
4
## Not run: 
# internal method

## End(Not run)

seleniumPipes documentation built on May 2, 2019, 5:57 a.m.