ChromiumType class

Implements the BrowserType interface for Google Chrome/Chromium.

Constructors

ChromiumType()

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The canonical name of the browser type used by the registry (e.g., 'chromium', 'firefox', 'webkit').
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

executablePath() Future<String>
Gets the expected path to the browser executable managed by the registry.
launch(BrowserLaunchOptions options, {bool useAsync = true}) Future<Browser>
Launches a new browser instance with the specified options.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited