@elysiumoss/ui-capture - v0.3.0
    Preparing search index...

    Function CaptureConfigLive

    • Parameters

      • Optionalconfig:
            | CaptureConfig
            | Partial<
                {
                    outputDir: string;
                    captureVideo: boolean;
                    viewports: readonly ViewportConfigInput[];
                    maxDepth: number;
                    waitTime: number;
                    videoOptions: VideoOptionsInput;
                    includeSubdomains: boolean;
                    allowedHosts: readonly string[];
                    routeConcurrency: number;
                    menuInteractionSelectors: readonly string[];
                    screenshotHideSelectors: readonly string[];
                    ffmpegPath: string;
                    warmupScroll: boolean;
                    launchArgs: readonly string[];
                    colorScheme: "light"
                    | "dark"
                    | "no-preference";
                    states: readonly CaptureStateInput[];
                    stateTimeout: number;
                    preconditionTimeout: number;
                    captureRoutes: boolean;
                    allowStateRequests: boolean;
                },
            >

      Returns Layer<CaptureConfigTag, never, never>