diff --git a/types/context.ts b/types/context.ts index 1383bf20..a1177a10 100644 --- a/types/context.ts +++ b/types/context.ts @@ -7,6 +7,7 @@ export interface AXNode { backendDOMNodeId?: number; parentId?: string; childIds?: string[]; + xpath?: string; } export type AccessibilityNode = { @@ -19,6 +20,7 @@ export type AccessibilityNode = { parentId?: string; nodeId?: string; backendDOMNodeId?: number; + xpath?: string; }; export interface TreeResult {