SongGuess
    Preparing search index...

    Type Alias BrowserRunScreenshotOptions

    BrowserRunScreenshotOptions: BrowserRunCommonOptions & {
        screenshotOptions?: BrowserRunPuppeteerScreenshotOptions;
        scrollPage?: boolean;
        selector?: string;
    }

    Type Declaration