Skip to main content
Module

x/puppeteer/mod.ts>KeyDefinition

A port of puppeteer running on Deno
Latest
interface KeyDefinition
import { type KeyDefinition } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";

Properties

optional
keyCode: number
optional
shiftKeyCode: number
optional
key: string
optional
shiftKey: string
optional
code: string
optional
text: string
optional
shiftText: string
optional
location: number