Module

x/puppeteer/vendor/puppeteer-core/puppeteer/common/Input.d.ts

A port of puppeteer running on Deno
Latest
import * as mod from "https://dotland.deno.dev/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/common/Input.d.ts";

Classes

Keyboard provides an api for managing a virtual keyboard. The high level api is {@link Keyboard."type"}, which takes raw characters and generates proper keydown, keypress/input, and keyup events on your page.

The Mouse class operates in main-frame CSS pixels relative to the top-left corner of the viewport.

The Touchscreen class exposes touchscreen events.