text property
The text of the JavaScript alert(), confirm(), or prompt() dialog.
Implementation
String get text => _client.send(_handler.alert.buildGetTextRequest(),
_handler.alert.parseGetTextResponse);
The text of the JavaScript alert(), confirm(), or prompt() dialog.
String get text => _client.send(_handler.alert.buildGetTextRequest(),
_handler.alert.parseGetTextResponse);