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

Function clickMinimizeWindow

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

Source from the content-addressed store, hash-verified

372 .click();
373
374export const clickMinimizeWindow = async ({ page }: TestProps): Promise<void> =>
375 page
376 .locator(WINDOW_TITLEBAR_SELECTOR)
377 .getByLabel(/^Minimize$/)
378 .click();
379
380export const clickTaskbarEntry = async (
381 label: RegExp | string,

Callers 1

Window.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected