MCPcopy
hub / github.com/garrytan/gstack / type

Method type

browse/src/browse-client.ts:217–217  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

215 async select(selector: string, value: string): Promise<string> { return this.command('select', [selector, value]); }
216 async hover(selector: string): Promise<string> { return this.command('hover', [selector]); }
217 async type(text: string): Promise<string> { return this.command('type', [text]); }
218 async press(key: string): Promise<string> { return this.command('press', [key]); }
219 async scroll(selector?: string): Promise<string> {
220 return this.command('scroll', selector ? [selector] : []);

Callers 4

handleWriteCommandFunction · 0.45
typeMethod · 0.45
wirePageEventsMethod · 0.45

Calls 1

commandMethod · 0.95

Tested by

no test coverage detected