Flutter
flutter_driver
FlutterWebConnection
close method
close
description
close
method
Null safety
Future
<
void
>
close
(
)
Closes the WebDriver.
Implementation
Future<void> close() async { await _driver.quit(closeSession: false); }
Flutter
flutter_driver
FlutterWebConnection
close method
FlutterWebConnection class
Constructors
FlutterWebConnection
Properties
hashCode
logs
runtimeType
supportsTimelineAction
Methods
close
noSuchMethod
screenshot
sendCommand
toString
Operators
operator ==
Static methods
connect