MCPcopy Create free account
hub / github.com/DustinBrett/daedalOS / clickCloseWindow

Function clickCloseWindow

e2e/functions.ts:313–317  ·  view source on GitHub ↗
({ page }: TestProps)

Source from the content-addressed store, hash-verified

311 .click({ button: right ? "right" : undefined, clickCount });
312
313export const clickCloseWindow = async ({ page }: TestProps): Promise<void> =>
314 page
315 .locator(WINDOW_TITLEBAR_SELECTOR)
316 .getByLabel(/^Close$/)
317 .click();
318
319export const clickContextMenuEntry = async (
320 label: RegExp | string,

Callers 1

Window.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected