import { Keyboard } from "https://deno.land/x/pptr@1.2.0/mod.ts";
Dispatches a keypress
and input
event.
This does not send a keydown
or keyup
event.
Examples
Example 1
Example 1
page.keyboard.sendCharacter('嗨');
import { Keyboard } from "https://deno.land/x/pptr@1.2.0/mod.ts";
Dispatches a keypress
and input
event.
This does not send a keydown
or keyup
event.
Example 1
page.keyboard.sendCharacter('嗨');