UNPKG

camoufox

Version:

JavaScript port of Camoufox - a tool for Firefox anti-fingerprinting and browser automation.

7 lines (6 loc) 248 B
import { BrowserServer } from 'playwright-core'; import { LaunchOptions } from './utils.js'; export declare function launchServer({ port, ws_path, ...options }: LaunchOptions | { port?: number; ws_path?: string; }): Promise<BrowserServer>;