Skip to content

Lupa API Reference / commands/types / CommandNames

Type Alias: CommandNames

CommandNames = "setViewport" | "emulateMedia" | "sendKeys" | "sendMouse" | "resetMouse" | "selectOption" | "locator" | "network:mock:enable" | "network:mock:disable" | "network:mock:register" | "network:mock:unregister" | "network:mock:ignoreCors" | "module:mock:register" | "module:mock:clear" | "mouse" | "keyboard" | "screenshot" | "emulate" | "network:setOffline" | "cookies:add" | "cookies:getAll" | "cookies:clear" | "fileChooser:waitForEvent" | "fileChooser:setFiles"

Defined in: src/commands/types.ts:211

Type representing all available commands.