ChromeProcess class
Constructors
- ChromeProcess(Process process, int debugPort)
Properties
Methods
-
connectToTab(
String url, {Duration timeout = const Duration(seconds: 20)}) → Future< ChromeTab?> -
connectToTabId(
String host, String id, {Duration timeout = const Duration(seconds: 20)}) → Future< ChromeTab?> -
getFirstTab(
{Duration timeout = const Duration(seconds: 20)}) → Future< ChromeTab?> -
kill(
) → bool -
Returns
true
if the signal is successfully delivered to the process. Otherwise the signal could not be sent, usually meaning that the process is already dead. -
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