Latest
method Frame.prototype.focus
import { Frame } from "https://dotland.deno.dev/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.d.ts";

Focuses the first element that matches the selector.

Parameters

selector: string
  • The selector to query for.

Returns

Promise<void>