Tuesday, 25 February 2020

RPA Bot donot Fail

Hi All

When capture the object in RPA always make sure donot set the DOM X path as Search criteria as the environment change 0r change in underlying application DOM xpath change and Bot started Failing so try not to use this as Search Criteria.
Use below Search criteria

Use name of the control
Use iD of the control
Use dynamic DOM X path

Thanks
Abhishek


Thanks
Abhishek

Tuesday, 11 June 2019

In Automation Anywhere migration tool change in version 11

Hi All,

In Automation Anywhere version 11 migration tool , for migration of previous version of bot changes from Windows applications to Web Application and you will get inside the Control room inside the Adminstration tool

Thanks
Abhishek

Automation Anywhere 11 Hosting Technology

Hi All

In Automation Anywhere Version 11 hosting technology of the tool change from iis to Jave (jre)

Thanks
Abhishek

Wednesday, 1 August 2018

When Full Selector && Partial Selector created

Hi All

When Full Selector && Partial Selector created

When we use the Basic Recording it's create Full selector

When we use the Desktop Recording it's create Partial Selector

Thanks
Abhishek

Dynamic Selector in UI Path

Hi

Selector play a important role in UI Path Automation

When we Record any process Selector are created as per Recording but to make the Automation work for every scenarios we need to change the selector as Dynamic

To create the selector as Dynamic we need to use wildcard Character * && ?

Example if we record a process having windows Title coming as fixed such as username  && Application name or filename saved so to make the process generic use * as title name so if any filename or Application name it work

Hope it is helpful

In Citrix Recording no Selector created

Thanks
Abhishek

Saturday, 14 July 2018

RPA Webservice

Hi All

In Automation Anywhere we can call the Web service in the Bots using web service activity

In Blue Prism we can call the Web service es in the Bots as well as expose the bots as Web services

Thanks
Abhishek

Friday, 13 July 2018

RPA version control tool used

Hi

All in RPA which version control tool used are has follows

1 Automation Anywhere _ SVN
2 UI Path _ SVN & TFS
3 BP - No Tool using release feature

Thanks
Abhishek