-
Notifications
You must be signed in to change notification settings - Fork 38
IScriptRecord
Stanislav Podolia edited this page Aug 8, 2019
·
4 revisions
-
IScriptRequestRecord
-
url : string
-
post : bool
-
headers : [ KeyValue ]
-
params : [ KeyValue ]
-
delay : double
-
response : IScriptRequestRespose
-
url : string
-
IScriptScreenshot
-
behaviours : Tree<Pair<[ int ], string>, Tree<string, flow>>
-
check : bool
-
behaviours : Tree<Pair<[ int ], string>, Tree<string, flow>>
-
IScriptLogicalScreenshot
-
screenshot : string
-
size : WidthHeight
-
screenshot : string
-
IScriptVisualScreenshot
-
screenshot : string
-
screenshot : string
-
IScriptCheck
-
behaviourDescriptor : IScriptBehaviourDescriptor
-
checkFn : (flow) -> bool
-
type : IScriptRecordType
-
behaviourDescriptor : IScriptBehaviourDescriptor
-
IScriptNested
-
componentName : string
-
id : List<IScriptIdentifier>
-
iScript : IScript
-
componentName : string
-
IScript
recordingStarted - is a timestamp of the moment when recording started
stack is a list of actions performed in order-
recordingStarted : double
-
stack : Tree<double, [ IScriptRecord ]>
-
recordingStarted : double
-
IScriptUrlRecord
-
url : string
-
url : string