-
Notifications
You must be signed in to change notification settings - Fork 38
IScriptRecord
Stanislav Podolia edited this page Jun 30, 2020
·
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
-
-
IScriptBehaviourRecord
-
descriptor : IScriptBehaviourDescriptor
-
value : flow
-
type : IScriptRecordType
-
callstack : string
-
descriptor : IScriptBehaviourDescriptor
-
IScriptInputRecord
-
behaviourDescriptor : IScriptBehaviourDescriptor
-
name : string
-
possibleValues : [ flow ]
-
valueTypeHelper : string
-
behaviourDescriptor : IScriptBehaviourDescriptor
-
IScriptOutputRecord
-
behaviourDescriptor : IScriptBehaviourDescriptor
-
name : string
-
behaviourDescriptor : IScriptBehaviourDescriptor
-
IScriptStageWidthHeight
-
wh : WidthHeight
-
wh : WidthHeight
-
-
IScriptUrlRecord
-
url : string
-
url : string
-
-
-
IScriptSearchBehaviourRecord
-
descriptor : IScriptBehaviourDescriptor
-
value : flow
-
descriptor : IScriptBehaviourDescriptor
-
IScriptSearchText
-
text : string
-
id : List<IScriptIdentifier>
-
text : string
-
IScriptCountChildren
-
target : List<IScriptIdentifier>
-
num : int
-
target : List<IScriptIdentifier>
-
-
IScriptGeneratedStart
-
start : IScriptSearchText
-
command : IScriptGeneratedRecordCommand
-
start : IScriptSearchText
-