Saturday 23 December 2017

Object cloning in AA.

Object cloning, one of the powerful and very useful command in AUTOMATION ANYWHERE. There are three different ways to clone any controls with object cloning.
1. Object of control
2. Coordinates of control
3. Image recognition

First option is the most recommended and reliable way to do the cloning.
This provides so many options to capture object. You can play with different properties of any control to capture.

Some time it is difficult to capture object of any control so by using these properties we can do capture.

Some real world example of capturing issue going to fail and it's resolution.

We all know Busniess Analysis tool of MS Excel where we use prompt window to fill our parameter to get some records related to business process.

And control inside that window is dynamic 
And to capture object of any control we need to start capturing from bottom to up and always select parent control property not exact object of that control.

These approach  help those who are working in business analysis tool.

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.

Sunday 30 April 2017

What is bot and types of bot?

Bot as name suggested the word derived from robot, In RPA(robotics process automation ) bots mean a virtual task force that develops and design by developer to mimics like human being to accomplish some task without any break 24×7. It's reduce the human effort and more accurate and cost effective.
There are three types of bots.
Task bot
Meta bot
IQ bot

Task bot is for repetative task
Meta bot is for complex task like work with dll
IQbot is for machine learning