core-utils
Preparing search index...
@clipboard-health/playwright-toolkit
FillOtpAndWaitForCognitoRedirectParams
Interface FillOtpAndWaitForCognitoRedirectParams
interface
FillOtpAndWaitForCognitoRedirectParams
{
expectedUrl
:
string
|
RegExp
|
URLPattern
|
(
(
url
:
URL
)
=>
boolean
)
;
expectedUrlTimeoutMs
?:
number
;
inputLabel
?:
string
|
RegExp
;
otp
:
string
;
page
:
Page
;
testInfo
?:
TestInfo
;
}
Index
Properties
expected
Url
expected
Url
Timeout
Ms?
input
Label?
otp
page
test
Info?
Properties
expected
Url
expectedUrl
:
string
|
RegExp
|
URLPattern
|
(
(
url
:
URL
)
=>
boolean
)
Optional
expected
Url
Timeout
Ms
expectedUrlTimeoutMs
?:
number
Optional
input
Label
inputLabel
?:
string
|
RegExp
otp
otp
:
string
page
page
:
Page
Optional
test
Info
testInfo
?:
TestInfo
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
expected
Url
expected
Url
Timeout
Ms
input
Label
otp
page
test
Info
core-utils
Loading...