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

Function doubleClickWindowTitlebar

e2e/functions.ts:198–201  ·  view source on GitHub ↗
({
  page,
}: TestProps)

Source from the content-addressed store, hash-verified

196};
197
198export const doubleClickWindowTitlebar = async ({
199 page,
200}: TestProps): Promise<void> =>
201 page.locator(WINDOW_TITLEBAR_SELECTOR).dblclick();
202
203export const doubleClickWindowTitlebarIcon = async ({
204 page,

Callers 1

Window.spec.tsFile · 0.90

Calls 1

dblclickMethod · 0.80

Tested by

no test coverage detected