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

Method isFocused

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

Source from the content-addressed store, hash-verified

309 }
310
311 async isFocused(): Promise<boolean> {
312 const input = await this.findTextarea();
313 if (input) {
314 return await input.isFocused();
315 }
316 return false;
317 }
318
319 async triggerCompositionStart(): Promise<void> {
320 await browser.execute((selector) => {

Callers 1

Calls 1

findTextareaMethod · 0.95

Tested by

no test coverage detected