Latest
interface FrameAddStyleTagOptions
import { type FrameAddStyleTagOptions } from "https://dotland.deno.dev/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.d.ts";

Properties

optional
url: string

the URL of the CSS file to be added.

optional
path: string

The path to a CSS file to be injected into the frame.

optional
content: string

Raw CSS content to be injected into the frame.