MCPcopy
hub / github.com/VibiumDev/vibium / ElementInfo

Interface ElementInfo

clients/javascript/src/element.ts:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface ElementInfo {
13 tag: string;
14 text: string;
15 box: BoundingBox;
16}
17
18export interface ActionOptions {
19 /** Timeout in milliseconds for actionability checks. Default: 30000 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected