Ga naar inhoud

Metaflow - Utilities

Utilities

Metaflow referentie: Utilities

Maximize Window

Object

Object

Optie Waarde Type veld
Window name Name of the window to be maximized tekst
Error Error message, if action will fail tekst

Minimize Window

Object

Object

Optie Waarde Type veld
Window name Name of the window to be minimized tekst
Error Error message, if action will fail tekst

Restore Window

Object

Object

Optie Waarde Type veld
Window name Name of the window to be restored tekst
Error Error message, if action will fail tekst

Show normal Window

Object

Object

Optie Waarde Type veld
Window name Name of the window to be restored tekst
Error Error message, if action will fail tekst

Close Window

Object

Object

Optie Waarde Type veld
Window name Name of the window to be closed tekst
Error Error message, if action will fail tekst

Format Date

Object

Object

Optie Waarde Type veld
Date The date to format tekst
Format The format to retrieve tekst
Error Error message, if action will fail tekst
Result The formatted date or the input date when error tekst

Generate Random String

Object

Object

Optie Waarde Type veld
Length The length of the string tekst
Error Error message, if action will fail tekst
Result Random generated string tekst

Generate Random Password

Object

Object

Optie Waarde Type veld
Length The length of the password tekst
Error Error message, if action will fail tekst
Result Random generated password tekst

Generate Random Integer

Object

Object

Optie Waarde Type veld
Min The minimum integer tekst
Max The maximum integer tekst
Error Error message, if action will fail tekst
Result Random generated integer tekst

Is Equal

Object

Object

Optie Waarde Type veld
Value Value to compare tekst
Value Value to compare tekst

Is Empty

Object

Object

Optie Waarde Type veld
Value Value to check tekst

Is Empty or Whitespace

Object

Object

Optie Waarde Type veld
Value Value to check tekst

Sleep

Object

Object

Optie Waarde Type veld
Milliseconds The amount of milliseconds to wait tekst
Result When the sleep is over tekst

Counter Increase

Object

Object

Optie Waarde Type veld
Result The value of the counter tekst

Counter Decrease

Object

Object

Optie Waarde Type veld
Result The value of the counter tekst

Counter Add

Object

Object

Optie Waarde Type veld
Value The value to add to the counter tekst
Result The value of the counter tekst

Get Counter

Object

Object

Optie Waarde Type veld
Result The value of the counter tekst

Reset Counter

Object

Object

Optie Waarde Type veld
Result The value of the counter tekst

Set Counter

Object

Object

Optie Waarde Type veld
Value The value of the counter tekst
Result The value of the counter tekst

JSON to XML

Object

Object

Optie Waarde Type veld
JSON The JSON string tekst
Root The name of the root element tekst
Error Error message, if action will fail tekst
Result The converted JSON as XML tekst

JSON Get Object

Object

Object

Optie Waarde Type veld
JSON The JSON string tekst
Selector The object to retrieve tekst
Error Error message, if action will fail tekst
Result The JSON object tekst

JSON Get Array

Object

Object

Optie Waarde Type veld
JSON The JSON string tekst
Selector The array to retrieve tekst
Error Error message, if action will fail tekst
Result The JSON array tekst

JSON Get Variable

Object

Object

Optie Waarde Type veld
JSON The JSON string tekst
Selector The array to retrieve tekst
Error Error message, if action will fail tekst
Result The JSON variable tekst

XML to JSON

Object

Object

Optie Waarde Type veld
XML The XML string tekst
Error Error message, if action will fail tekst
Result The converted XML as JSON tekst