Learn R Programming

seleniumPipes (version 0.3.7)

dismissAlertOld: Dismiss Alert

Description

dismissAlertOld dismiss a JavaScript alert. This uses the old JSONwireprotocol endpoints.

Usage

dismissAlertOld(remDr, ...)

Arguments

remDr
An object of class "rDriver". A remote driver object see remoteDr.
...
Additonal function arguments - Currently passes the retry argument.

Value

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.

See Also

Other oldMethods functions: acceptAlertOld, executeAsyncScriptOld, executeScriptOld, getAlertTextOld, getWindowHandleOld, getWindowHandlesOld, getWindowPositionOld, getWindowSizeOld, maximizeWindowOld, sendAlertTextOld, setWindowPositionOld, setWindowSizeOld

Examples

Run this code
## Not run: 
# # functions in this group are using the old JSONwireprotocol end points
# ## End(Not run)

Run the code above in your browser using DataLab