getWindowHandleOld {seleniumPipes} | R Documentation |
getWindowHandleOld
Retrieve the current window handle. Uses the old JSONwireprotocol end points
getWindowHandleOld(remDr, ...)
remDr |
An object of class "rDriver". A remote driver object see |
... |
Additonal function arguments - Currently passes the |
Returns a string which is the "handle" for the current window.
Other oldMethods functions: acceptAlertOld
,
dismissAlertOld
,
executeAsyncScriptOld
,
executeScriptOld
,
getAlertTextOld
,
getWindowHandlesOld
,
getWindowPositionOld
,
getWindowSizeOld
,
maximizeWindowOld
,
sendAlertTextOld
,
setWindowPositionOld
,
setWindowSizeOld
## Not run:
# functions in this group are using the old JSONwireprotocol end points
## End(Not run)