Basically my ERP generates a document page in new tab with dynamic title. URL of this page always remain same but title changes. Initially I tried to explore if I can track page using URL instead of Title however no luck. There is no pattern in window title. I tried to put wild card in title expecting window will be captured using URL, however no luck as it was capturing any random window ignoring URL
I need to setup automation to click download button to download pdf document. So I am trying to set title of the page to fixed name by using Currently Active Window so that I can play with fixed title page. Also I need this title change so that I can close all open document windows. However, window set title is also not working. Any help will be appreciated!