Skip to main content
Go to Latest
interface default.Page.SetTouchEmulationEnabledRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { SetTouchEmulationEnabledRequest } = default.Page;

Properties

enabled: boolean

Whether the touch event emulation should be enabled.

optional
configuration: ("mobile" | "desktop")

Touch/gesture events configuration. Default: current platform. (SetTouchEmulationEnabledRequestConfiguration enum)