Learn R Programming

seleniumPipes (version 0.3.7)

getWindowHandlesOld: Get all window handles.

Description

getWindowHandlesOld Uses the old JSONwireprotocol end points. Retrieve the list of all window handles available to the session.

Usage

getWindowHandlesOld(remDr, ...)

Arguments

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

Value

Returns a list of windows handles. Each element of the list is a string. The order window handles are returned is arbitrary.

See Also

Other oldMethods functions: acceptAlertOld, dismissAlertOld, executeAsyncScriptOld, executeScriptOld, getAlertTextOld, getWindowHandleOld, 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