Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Target.FilterEntry

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

A filter used by target query/discovery/auto-attach operations.

Properties

optional
exclude: boolean

If set, causes exclusion of mathcing targets from the list.

optional
type: string

If not present, matches any type.