mimiq
    Preparing search index...

    Interface PlaywrightBrowserAdapter

    Playwright-specific browser adapter interface.

    interface PlaywrightBrowserAdapter {
        assertHealthy?(): Promise<void>;
        awaitSettled(options?: AwaitSettledOptions): Promise<void>;
        captureScreenshot?(): Promise<Buffer<ArrayBufferLike>>;
        captureSnapshot(): Promise<AffordanceSnapshot>;
        executeAction(action: BrowserSimAction): Promise<void>;
    }
    Index

    Methods

    • Returns Promise<Buffer<ArrayBufferLike>>