queryDriver function

Send a query to remote Driver.

Send a query to remote Driver.

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

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

Returns

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

Examples

## Not run: # internal method ## End(Not run)
  • Maintainer: John Harrison
  • License: GPL-3
  • Last published: 2016-10-01

Downloads (last 30 days):