Skip to end of metadata
Go to start of metadata

New Features


  • ADDED New actions by Plug-in
Action NameDescriptions
Window Object
  • find a specific windows object and do 'click' on that object.
    Its operation is very simlilar to `SelectWindow`,
    but this is more useful when images or object location to be compared often change.
GoTo
  • Unconditional Go To
  • Jump to the specific Step and Operation
String Manipulation
  • Find/Relace/Split a word in a string or a text file with `Regular Expression`
  • Support operations: Find, Replace, and Split
Web Extract
  • scrap(extract) the web contents.
Data Conv
  • convert a file format among JSON, XML, CSV.
  • Supports CSV-to-TSV, CSV-to-_SV, JSON-to-XML, XML-to-JSON
  • csv2tsv: converts CSV to TSV (Tab-separated values) format
  • csv2_sv: converts CSV to a character separated values which you specify as 'Target separator'
  • json2xml / xml2json: converts JSON to XML format or vice versa