text property

String text

The text of the JavaScript alert(), confirm(), or prompt() dialog.

Implementation

String get text => _client.send(_handler.alert.buildGetTextRequest(),
    _handler.alert.parseGetTextResponse);