Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface default.Page.SetDownloadBehaviorRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { SetDownloadBehaviorRequest } = default.Page;

Properties

behavior: ("deny" | "allow" | "default")

Whether to allow all or deny all download requests, or use default Chrome behavior if available (otherwise deny). (SetDownloadBehaviorRequestBehavior enum)

optional
downloadPath: string

The default path to save downloaded files to. This is required if behavior is set to 'allow'