WipDom class
Implementation of the https://developer.chrome.com/devtools/docs/protocol/1.1/dom
- Inheritance
- Implementers
Constructors
- WipDom(WipConnection connection)
Properties
- connection → WipConnection
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onAttributeModified
→ Stream<
AttributeModifiedEvent> -
no setter
-
onAttributeRemoved
→ Stream<
AttributeRemovedEvent> -
no setter
-
onCharacterDataModified
→ Stream<
CharacterDataModifiedEvent> -
no setter
-
onChildNodeCountUpdated
→ Stream<
ChildNodeCountUpdatedEvent> -
no setter
-
onChildNodeInserted
→ Stream<
ChildNodeInsertedEvent> -
no setter
-
onChildNodeRemoved
→ Stream<
ChildNodeRemovedEvent> -
no setter
-
onClosed
→ Stream<
WipDomain> -
latefinalinherited
-
onDocumentUpdated
→ Stream<
DocumentUpdatedEvent> -
no setter
-
onSetChildNodes
→ Stream<
SetChildNodesEvent> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
eventStream<
T> (String method, WipEventTransformer< T> transformer) → Stream<T> -
inherited
-
getAttributes(
int nodeId) → Future< Map< String, String> > -
getDocument(
) → Future< Node> -
getOuterHtml(
int nodeId) → Future< String> -
hideHighlight(
) → Future< void> -
highlightNode(
int nodeId, {Rgba? borderColor, Rgba? contentColor, Rgba? marginColor, Rgba? paddingColor, bool? showInfo}) → Future< void> -
highlightRect(
int x, int y, int width, int height, {Rgba? color, Rgba? outlineColor}) → Future< void> -
moveTo(
int nodeId, int targetNodeId, {int? insertBeforeNodeId}) → Future< int> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
querySelector(
int nodeId, String selector) → Future< int> -
querySelectorAll(
int nodeId, String selector) → Future< List< int> > -
removeAttribute(
int nodeId, String name) → Future< void> -
removeNode(
int nodeId) → Future< void> -
requestChildNodes(
int nodeId) → Future< void> -
requestNode(
String objectId) → Future< int> -
resolveNode(
int nodeId, {String? objectGroup}) → Future< RemoteObject> -
sendCommand(
String method, {Map< String, dynamic> ? params}) → Future<WipResponse> -
inherited
-
setAttributesAsText(
int nodeId, String text, {String? name}) → Future< void> -
setAttributeValue(
int nodeId, String name, String value) → Future< void> -
setNodeName(
int nodeId, String name) → Future< int> -
setNodeValue(
int nodeId, String value) → Future< void> -
setOuterHtml(
int nodeId, String outerHtml) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited