Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Page.TransitionType

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
type alias Protocol.Page.TransitionType
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { TransitionType } = Protocol.Page;

Transition type.

definition: (
| "link"
| "typed"
| "address_bar"
| "auto_bookmark"
| "auto_subframe"
| "manual_subframe"
| "generated"
| "auto_toplevel"
| "form_submit"
| "reload"
| "keyword"
| "keyword_generated"
| "other"
)