Get alert text
getAlertTextOld
Get the text from a JavaScript alert. This uses the old JSONwireprotocol endpoints.
getAlertTextOld(remDr, ...)
remDr
: An object of class "rDriver". A remote driver object see remoteDr
....
: Additonal function arguments - Currently passes the retry
argument.The alert text is returned as a string.
## Not run: # functions in this group are using the old JSONwireprotocol end points ## End(Not run)
Other oldMethods functions: acceptAlertOld
, dismissAlertOld
, executeAsyncScriptOld
, executeScriptOld
, getWindowHandleOld
, getWindowHandlesOld
, getWindowPositionOld
, getWindowSizeOld
, maximizeWindowOld
, sendAlertTextOld
, setWindowPositionOld
, setWindowSizeOld
Useful links