Skip to main content
Module

x/astral/bindings/celestial.ts>Page_windowOpen

A high-level puppeteer/playwright-like library for Deno
Go to Latest
interface Page_windowOpen
import { type Page_windowOpen } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Properties

url: string

The URL for the new window.

windowName: string

Window name.

windowFeatures: string[]

An array of enabled window features.

userGesture: boolean

Whether or not it was triggered by user gesture.