Skip to main content
Go to Latest
type alias Protocol.Page.TransitionType
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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"
)