Description Usage Arguments Value Examples
queryDriver
A function to send a query to a remote driver. Intended for seleniumPipes
internal use mainly.
1 | queryDriver(verb = GET, url, source, drvID, ...)
|
verb |
The http method to use. See |
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 |
The contents of the response from the remote server. See content
for details.
1 2 3 4 | ## Not run:
# internal method
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.