Thursday 4 May 2017

How to use metabot with respect to automation anywhere ?

There are two types of automation in metabot.
1. Screen capturing
2. Adding dll files

Screen capturing.
In screen capturing developer capture the screen of the software or page to automate while developing bot so it does not required software to be open the recorded screen provides all control to automate. In case software control coordinates  changes then we can calibrate the recorded screen with original.

Dll file.
In dll files, we will add dll file in assets and write logics in logic .there are three area which show the way to use dll.
First box is dll where you find you added dll
Second box is class it shows all the classes that is exposed by the dll

Third box is Actions list which is for using different action like variable operation,passing parameters to classes with the help of class area and string operation etc.