Skip to main content

Module keyboard

Module keyboard 

Source
Expand description

KeyboardJs: wrapper around ferridriver::Page::keyboard().

Mirrors Playwright’s page.keyboard.* namespace: down(key), up(key), press(key) without a selector (acts on whatever element currently has focus).

Structs§

KeyboardJs