How to close specific window from chrome

Hello,

I need to close one one windlow form open 2 windows on chrome bowaser.
how can i achieve that .cehck belowimage i need to close second windlow only.
image

Hi @Mathkar_kunal

You can use the close tab activity inside the attach browser or open browser actions to close the current tab.

Hi @Mathkar_kunal

You can use Navigate Browser and give Close Tab inside the indicated 2nd tab of Use Apllication/Browser

image

If you are using Classic activities use Close Tab to the Attached browser to close current Tab
image

Regards

Hi @Mathkar_kunal ,

  1. First use Attach window/ Browser activity to attach that particular tab
  2. Then use Close tab activity to close that particular attached window

Regards,
Vinit Mhatre

what variable to pass in close tab?

Hi @Mathkar_kunal

Use Attach Window to indicate the second tab and inside that give Close Tab. This will close the second tab.

image

Regards

@Mathkar_kunal

While in execution the bot opens 2 or more tabs in chrome while opening another tab in use application browser scope set the “CLsoe” property “always” .before it opens the second tab it closes the first tab.