Extremely Popular
Go to Latest
interface puppeteer.Emulation.ScreenOrientation
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { ScreenOrientation } = puppeteer.Emulation;

Screen orientation.

Properties

type: (
| "portraitPrimary"
| "portraitSecondary"
| "landscapePrimary"
| "landscapeSecondary"
)

Orientation type. (ScreenOrientationType enum)

angle: integer

Orientation angle.