playwright 1.0.0

Download zip

class: keyboard

[24:14] (extern: com.lehman.aussom.AKeyboard) extends: object

The keyboard class provides low-level keyboard input simulation for a page. Instances are obtained via page.keyboard(). Use locator.press() or locator.fill() for higher-level input; use keyboard for raw key sequences.

Methods