We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1506ed commit 047c403Copy full SHA for 047c403
src/McpContext.ts
@@ -30,7 +30,7 @@ import {WaitForHelper} from './WaitForHelper.js';
30
export interface TextSnapshotNode extends SerializedAXNode {
31
id: string;
32
children: TextSnapshotNode[];
33
- value?: string | number;
+ value?: string;
34
}
35
36
export interface TextSnapshot {
0 commit comments