Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>Page_TransitionType

A high-level puppeteer/playwright-like library for Deno
Latest
type alias Page_TransitionType
import { type Page_TransitionType } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

Transition type.

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