It allows users to automate desktop pop-ups and widgets. It uses image comparison and recognition.
Visual Command with Actions
Click
It allows users to perform click action on a particular object of the recently opened page.
Input
It allows users to input a particular value in a textbox of the recently opened page.
Double Click
It allows users to perform double-click on any element.
Right Click
It allows users to perform a right-click on an object.
Middle Click
It allows users to perform middle click in the center of the area after matching it with the stored image.
Drag
It allows users to identify an area by image matching and drag it.
Drop
It allows users to identify an area by image matching and drop the dragged object/element into it.
Shift-Click
It allows users to click in the center of the area after matching it with the stored image while simultaneously pressing the Shift key.
Control-Click
It allows users to click in the center of the area after matching it with the stored image while simultaneously pressing Control key.
Hover
It allows users to move the mouse pointer with focus on the specified object.
Scroll
It allows users to scroll down or up depending on the value (positive or negative).
Read Text
It allows users to identify an area by image matching and read the text inside using Optical Character Recognition(OCR), storing the result in a global variable.
E.g. when the values in the text box are automatically populated from a database, a user can verify these values by taking ID or OBJECT of the text box.