Description Usage Arguments Value See Also Examples
performActions
The Perform Actions command allows you to create sequential interactions that can be sent over from the local end to the remote end. This type of interactions allow emulations like drag and drop.
1 | performActions(remDr, ...)
|
remDr |
An object of class "rDriver". A remote driver object see |
... |
Additonal function arguments - Currently passes the |
invisible(remDr): An object of class "rDriver" is invisibly returned.
A remote driver object see remoteDr
. This allows for chaining from this function to
other functions that take such an object as an argument. See examples for further details.
Other interactions functions: releasingActions
1 2 3 4 | ## Not run:
# functions not currently implemented
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.