stoobly
Preparing search index...
types
InterceptorOptions
Interface InterceptorOptions
interface
InterceptorOptions
{
framework
?:
TestFramework
;
record
?:
RecordOptions
;
scenarioKey
?:
string
;
scenarioName
?:
string
;
sessionId
?:
string
;
urls
:
(
string
|
RegExp
|
InterceptorUrl
)
[]
;
}
Index
Properties
framework?
record?
scenario
Key?
scenario
Name?
session
Id?
urls
Properties
Optional
framework
framework
?:
TestFramework
Optional
record
record
?:
RecordOptions
Optional
scenario
Key
scenarioKey
?:
string
Optional
scenario
Name
scenarioName
?:
string
Optional
session
Id
sessionId
?:
string
urls
urls
:
(
string
|
RegExp
|
InterceptorUrl
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
framework
record
scenario
Key
scenario
Name
session
Id
urls
stoobly
Loading...