getWindowHandleOld {seleniumPipes} | R Documentation |
Retrieve the current window handle.
Description
getWindowHandleOld
Retrieve the current window handle. Uses the old JSONwireprotocol end points
Usage
getWindowHandleOld(remDr, ...)
Arguments
remDr |
An object of class "rDriver". A remote driver object see |
... |
Additonal function arguments - Currently passes the |
Value
Returns a string which is the "handle" for the current window.
See Also
Other oldMethods functions: acceptAlertOld
,
dismissAlertOld
,
executeAsyncScriptOld
,
executeScriptOld
,
getAlertTextOld
,
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]