getAlertTextOld {seleniumPipes} | R Documentation |
Get alert text
Description
getAlertTextOld
Get the text from a JavaScript alert. This uses the old JSONwireprotocol endpoints.
Usage
getAlertTextOld(remDr, ...)
Arguments
remDr |
An object of class "rDriver". A remote driver object see |
... |
Additonal function arguments - Currently passes the |
Value
The alert text is returned as a string.
See Also
Other oldMethods functions: acceptAlertOld
,
dismissAlertOld
,
executeAsyncScriptOld
,
executeScriptOld
,
getWindowHandleOld
,
getWindowHandlesOld
,
getWindowPositionOld
,
getWindowSizeOld
,
maximizeWindowOld
,
sendAlertTextOld
,
setWindowPositionOld
,
setWindowSizeOld
Examples
## Not run:
# functions in this group are using the old JSONwireprotocol end points
## End(Not run)
[Package seleniumPipes version 0.3.7 Index]