MCPcopy Create free account
hub / github.com/GCWing/BitFun / focus

Method focus

tests/e2e/page-objects/components/ChatInput.ts:304–309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

302 }
303
304 async focus(): Promise<void> {
305 const input = await this.findTextarea();
306 if (input) {
307 await input.click();
308 }
309 }
310
311 async isFocused(): Promise<boolean> {
312 const input = await this.findTextarea();

Callers

nothing calls this directly

Calls 2

findTextareaMethod · 0.95
clickMethod · 0.80

Tested by

no test coverage detected