aisingapore / TagUI

Free RPA tool by AI Singapore
Apache License 2.0
5.6k stars 581 forks source link

Switch between browser and excel? - visual automation & keyboard #708

Closed vrudhay closed 4 years ago

vrudhay commented 4 years ago

Can you tell how to keep the Excel / CSV open when tagui is running and switch between browser and excel windows?

Any other help on this will be great... Need to quickly get this through compared to UIPath / Blueprism.

kensoh commented 4 years ago

TagUI controls desktop applications like Excel using visual automation. You can write the steps just like how you will do it manually, for example clicking on Excel application on the task bar, clicking on the browser on the task bar. Or using keyboard step to [alt][tab]. More on visual automation -

https://github.com/kelaberetiv/TagUI#visual-automation

kensoh commented 4 years ago

Closing for now till further inputs!