Hi,
I have started using AA360 since 2 months for automating one of the process.
I have a scenario where window had dynamic Titles when opened every time. Basically its a pdf document opened through my ERP system. Since it has dynamic Titles always, I have some difficulties in closing these windows. I tried using GetActiveWindowTitle and SetTitle actions but realized that window never gets closed.
I tried creating window variable without title, setting its title as google.com dynamically and then tried browser close action using same variable. Didn’t worked.
Any idea how to deal with dynamic title windows?
Note: There is no pattern in title so cant use regex.