ChromeTab class

Constructors

ChromeTab(Map _map)

Properties

description String?
no setter
devtoolsFrontendUrl String?
no setter
faviconUrl String?
no setter
hashCode int
The hash code for this object.
no setterinherited
hasIcon bool
no setter
id String
Ex. E1999E8A-EE27-0450-9900-5BFF4C69CA83.
no setter
isBackgroundPage bool
no setter
isChromeExtension bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
no setter
type String
Ex. background_page, page.
no setter
url String
no setter
webSocketDebuggerUrl String
Ex. ws://localhost:1234/devtools/page/4F98236D-4EB0-7C6C-5DD1-AF9B6BE4BC71.
no setter

Methods

connect({Function? onError}) Future<WipConnection>
Connect to the debug connection for this tab and return a WipConnection.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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