Description Usage Arguments Value See Also Examples
sendAlertTextOld
Send keystrokes to JavaScript prompt() dialog. This uses the old JSONwireprotocol endpoints.
1 | sendAlertTextOld(remDr, text = "", ...)
|
remDr |
An object of class "rDriver". A remote driver object see |
text |
A character vector of length 1. In other words a string. The text is passed to the JavaScript alert |
... |
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 oldMethods functions: acceptAlertOld
,
dismissAlertOld
,
executeAsyncScriptOld
,
executeScriptOld
,
getAlertTextOld
,
getWindowHandleOld
,
getWindowHandlesOld
,
getWindowPositionOld
,
getWindowSizeOld
,
maximizeWindowOld
,
setWindowPositionOld
,
setWindowSizeOld
1 2 3 4 | ## Not run:
# functions in this group are using the old JSONwireprotocol end points
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.