core-utils
    Preparing search index...

    Interface FillOtpAndWaitForCognitoRedirectParams

    interface FillOtpAndWaitForCognitoRedirectParams {
        expectedUrl: string | RegExp | URLPattern | ((url: URL) => boolean);
        expectedUrlTimeoutMs?: number;
        inputLabel?: string | RegExp;
        otp: string;
        page: Page;
        testInfo?: TestInfo;
    }
    Index
    expectedUrl: string | RegExp | URLPattern | ((url: URL) => boolean)
    expectedUrlTimeoutMs?: number
    inputLabel?: string | RegExp
    otp: string
    page: Page
    testInfo?: TestInfo