camoufox
Version:
JavaScript port of Camoufox - a tool for Firefox anti-fingerprinting and browser automation.
17 lines (16 loc) • 416 B
TypeScript
export declare class VirtualDisplay {
private debug;
private proc;
private _display;
constructor(debug?: boolean);
private get xvfb_args();
private get xvfb_path();
private get xvfb_cmd();
private execute_xvfb;
get(): string;
kill(): void;
static _get_lock_files(): string[];
private static _free_display;
private get display();
private static assert_linux;
}