I am working with a browser. Under the main window, I am opening the download report browser. After downloading the report, I want to close that browser. Unfortunately, it closes the main window.
The same happens with refreshes as well.
Possible solution for this would be using URL in Selector or Activate the tab by clicking some where in the tab in a separate Attach Browser first and then close that Tab!
Can you try to scrape all the hyperlinks present in the below mentioned table.
Loop through all of them one by one later, and inside that loop open browser for each url and close as you exit that screen?