Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.Target.AttachToTargetRequest

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.Target.AttachToTargetRequest
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { AttachToTargetRequest } = Protocol.Target;

Properties

targetId: TargetID
optional
flatten: boolean

Enables "flat" access to the session via specifying sessionId attribute in the commands. We plan to make this the default, deprecate non-flattened mode, and eventually retire it. See crbug.com/991325.