close method

Future<void> close()

Close browser gracefully.

Implementation

Future<void> close() async {
  await _client.send('Browser.close');
}