Skip to content

IScriptRecord

Stanislav Podolia edited this page Jun 30, 2020 · 4 revisions

Flow Wiki

IScriptRecord

  • IScriptRequestRecord

    • url : string
    • post : bool
    • headers : [ KeyValue ]
    • params : [ KeyValue ]
    • delay : double
    • response : IScriptRequestRespose
  • IScriptScreenshot

    • behaviours : Tree<Pair<[ int ], string>, Tree<string, flow>>
    • check : bool
  • IScriptLogicalScreenshot

    • screenshot : string
    • size : WidthHeight
  • IScriptVisualScreenshot

    • screenshot : string
  • IScriptCheck

    • behaviourDescriptor : IScriptBehaviourDescriptor
    • checkFn : (flow) -> bool
    • type : IScriptRecordType
  • IScriptNested

  • 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 ]>
  • IScriptEditableRecord

    • IScriptBehaviourRecord

      • descriptor : IScriptBehaviourDescriptor
      • value : flow
      • type : IScriptRecordType
      • callstack : string
    • IScriptInputRecord

      • behaviourDescriptor : IScriptBehaviourDescriptor
      • name : string
      • possibleValues : [ flow ]
      • valueTypeHelper : string
    • IScriptOutputRecord

      • behaviourDescriptor : IScriptBehaviourDescriptor
      • name : string
    • IScriptStageWidthHeight

      • wh : WidthHeight
  • IScriptUrlRecord

    • url : string
  • IScriptGeneratedRecord

Clone this wiki locally