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

Function pressDesktopKeys

e2e/functions.ts:262–265  ·  view source on GitHub ↗
(
  keys: string,
  { page }: TestProps
)

Source from the content-addressed store, hash-verified

260 page.locator(TASKBAR_ENTRY_SELECTOR).getByLabel(label).hover();
261
262export const pressDesktopKeys = async (
263 keys: string,
264 { page }: TestProps
265): Promise<void> => page.locator(DESKTOP_SELECTOR).press(keys);
266
267export const pressFileExplorerAddressBarKeys = async (
268 keys: string,

Callers 3

Desktop.spec.tsFile · 0.90
StartMenu.spec.tsFile · 0.90
Window.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected