Interactive Automation Script Toolkit
The Interactive Automation Script Toolkit (or “IAS Toolkit” in short) is a library that can be used to create interactive Automation scripts. Its main purpose is to make developing interactive Automation scripts easier. Where you previously had to deal with UIBlocks of different types, you can now use TextBoxes and Buttons.
Main features:
Dedicated classes for each widget
Event driven
Focus on building scripts
Eliminates a lot of boilerplate code
Easily create complex and robust scripts
Reduces development time
Tip
For more information on how to get started, see Getting started with the IAS Toolkit.
Versions
Version | Description |
---|---|
1.0.x | The first version of the toolkit that was made available as a library. Compatible with DataMiner 10.0.13/10.1.0 and higher. |
2.0.x | Adds support for TreeViews. Compatible with DataMiner 10.1.2 and higher. |
3.0.x | Fixes issues with the TreeView widget. Compatible with DataMiner 10.1.5 and higher. |
4.0.x | Adds support for uploading files using the FileSelector widget. Compatible with DataMiner 10.1.8 and higher. |
5.0.x | Adds support for a focus lost event on many widgets. Compatible with DataMiner 10.1.10 and higher. |
6.0.x | Adds support for button styles. Compatible with DataMiner 10.3.1 and higher. |
7.0.x | Adds support for downloading files using the DownloadButton widget. Compatible with DataMiner 10.3.7 and higher. |