Issue with closing active browser out of 2 open browsers.

harish17

Active Member
Hi all,

I have a browser with multiple instance opened. When I click on one of the elements it opens the details in another browser. On exception I need to close the child browser and keep the parent browser open .

Can anyone suggest the solution for this scenario to close only 1 instance of open browsers.

Thanks in Advance.
 
Last edited:

Deva393

Member
Focus the newly opened window of the browser and pass the global send key events Atl+F4
if you want to close the tab in same browser pass the Ctrl+W

try it and let me know
 

harish17

Active Member
Hi,
DEVA- ALT + f4 working fine. Thank you.
Juan - am not able to spy the X on window but am able to spy the whole window.. so alt + f4 works well
 
Top