ChromiumType class
Implements the BrowserType interface for Google Chrome/Chromium.
Constructors
Properties
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