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

Function clickMaximizeWindow

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

Source from the content-addressed store, hash-verified

366 .click({ button: right ? "right" : undefined, clickCount });
367
368export const clickMaximizeWindow = async ({ page }: TestProps): Promise<void> =>
369 page
370 .locator(WINDOW_TITLEBAR_SELECTOR)
371 .getByLabel(/^Maximize$/)
372 .click();
373
374export const clickMinimizeWindow = async ({ page }: TestProps): Promise<void> =>
375 page

Callers 1

Window.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected