MCPcopy
hub / github.com/xtermjs/xterm.js / blur

Method blur

test/playwright/TestUtils.ts:246–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

244 public async clear(): Promise<void> { return this.evaluate(([term]) => term.clear()); }
245 public async focus(): Promise<void> { return this.evaluate(([term]) => term.focus()); }
246 public async blur(): Promise<void> { return this.evaluate(([term]) => term.blur()); }
247 public async hasSelection(): Promise<boolean> { return this.evaluate(([term]) => term.hasSelection()); }
248 public async getSelection(): Promise<string> { return this.evaluate(([term]) => term.getSelection()); }
249 public async getSelectionPosition(): Promise<IBufferRange | undefined> { return this.evaluate(([term]) => term.getSelectionPosition()); }

Callers 2

setupTestsFunction · 0.45

Calls 1

evaluateMethod · 0.95

Tested by

no test coverage detected