menu
puppeteer package
documentation
protocol/dom.dart
DOMApi
undo method
undo method
dark_mode
light_mode
undo
method
Future
<
void
>
undo
(
)
Undoes the last performed action.
Implementation
Future<void> undo() async { await _client.send('DOM.undo'); }
puppeteer package
documentation
protocol/dom
DOMApi
undo method
DOMApi class