Unable to automate Tally application

Hi,
There are no activities for the tally application as i have done whole project automating the tally. because there is no option to turn on the GUI scripting in TALLY like on SAP
there are 2 options

  1. use computer vision activities
  2. use keyboard shortcuts as the whole application is built to operate with the keyboard you can also use wait image vanish activities where ever needed because at some point tally will take long to respond. Its better to handle those areas with try catch blocks.

I would suggest you to go with the keyboard shortcuts.

if you have type into activities never use simulate type and empty before type because that will cause error in your flow.

Any issues you can contact anytime
hope that helps.

2 Likes