Browser refresh Issue

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.

Can you please suggest

try to use idx in window element or even can try to use url if it is fixed

Regards

Hi @JSR_Techno_Talk_s

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!

@JSR_Techno_Talk_s

Try to use Close Tab activity and check the difference between the tabs

Thanks,
Srini

I downloaded five reports, and five tabs were open. I still need to download 60 files.

Hi @JSR_Techno_Talk_s

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?

Hi @JSR_Techno_Talk_s

Did you try sending hot keys?

Try sending CTRL + W it will close the active window only

Thanks,
Prankur

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.