/** * * * Paths * /index.js => dist/ethers.js * /tests/utils.js => in-memory hijack * /static/* => output/* * - index.html * - assert.js * /tests/* => lib.esm/_tests/* */ /// import { WebSocket } from "ws"; import { Server } from "http"; export declare function getMime(filename: string): string; export declare class CDPSession { #private; readonly websocket: WebSocket; constructor(url: string); get target(): string; get ready(): Promise; get done(): Promise; send(method: string, params: any): Promise; _send(method: string, params: any): Promise; navigate(url: string): Promise; } export type Options = { port?: number; redirects?: Record; }; export declare function start(_root: string, options: Options): Promise; //# sourceMappingURL=test-browser.d.ts.map