Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/src/JSHandle.ts>ElementHandle#click

Headless Chrome Deno API
Latest
method ElementHandle.prototype.click
import { ElementHandle } from "https://deno.land/x/pptr@1.2.0/src/JSHandle.ts";

This method scrolls element into view if needed, and then uses Page.mouse to click in the center of the element. If the element is detached from DOM, the method throws an error.

Parameters

optional
options: ClickOptions = [UNSUPPORTED]

Returns

Promise<void>