Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sinco/src/interfaces.ts>BuildOptions

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface BuildOptions
import { type BuildOptions } from "https://deno.land/x/sinco@v4.1.0/src/interfaces.ts";

Properties

optional
debuggerPort: number

The port that the WebSocket server should run on when starting the headless client

optional
hostname: string

The hostname that the WebSocket server starts on when starting the headless client

optional
binaryPath: string

The path to the binary of the browser executable, such as specifying an alternative chromium browser