Module walker

Source
Expand description

The walker actor is responsible for traversing the DOM tree in various ways to create new nodes

Structsยง

ChildrenReply ๐Ÿ”’
DocumentElementReply ๐Ÿ”’
GetLayoutInspectorReply ๐Ÿ”’
GetMutationsReply ๐Ÿ”’
GetOffsetParentReply ๐Ÿ”’
MutationMsg ๐Ÿ”’
NewMutationsNotification ๐Ÿ”’
QuerySelectorReply ๐Ÿ”’
WalkerActor
WalkerMsg
WatchRootNodeNotification ๐Ÿ”’

Functionsยง

find_child
Recursively searches for a child with the specified selector If it is found, returns a list with the child and all of its ancestors. TODO: Investigate how to cache this to some extent.