Skip to main content
Module

x/puppeteer/vendor/puppeteer-core/puppeteer/common/Input.js

A port of puppeteer running on Deno
Latest
import * as puppeteer from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/common/Input.js";

Classes

Keyboard provides an api for managing a virtual keyboard. The high level api is 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.