Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.Accessibility.NodesUpdatedEvent

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.Accessibility.NodesUpdatedEvent
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { NodesUpdatedEvent } = Protocol.Accessibility;

The nodesUpdated event is sent every time a previously requested node has changed the in tree.

Properties

nodes: AXNode[]

Updated node data.