Skip to main content
Latest
method Frame.prototype.tap
import { Frame } from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/common/Frame.js";

Taps the first element that matches the selector.

Parameters

selector: string
  • The selector to query for.

Returns

Promise<void>