Send text to alert

Usage

sendAlertTextOld(remDr, text = "", ...)

Arguments

remDr
An object of class "rDriver". A remote driver object see remoteDr.
text
A character vector of length 1. In other words a string. The text is passed to the JavaScript alert
...
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.

Description

sendAlertTextOld Send keystrokes to JavaScript prompt() dialog. This uses the old JSONwireprotocol endpoints.

Examples

## Not run: ------------------------------------ # # functions in this group are using the old JSONwireprotocol end points ## ---------------------------------------------