Close all tab in IE

I want to close all tab in IE. (I have to 2 tab)
I use close tab activity and send hotkey.

last tab is close but first not close and activity send hotkey error as below.

image

image

Please guide me about it.

Hi @fairymemay

You can use close application or kill process ( process name - iexplore) for this

Thanks

@prasath_S If I use kill process.
How to fill in Process and ProcessName ?

image

You can give process name as “iexplore” and also set continue on error to true in the property panel…

Process can be empty don’t need to input anything…

1 Like

@fairymemay
have a look here on using kill process dynamicly to clos every process instance

Process name for Internert explorer is: iexplore

@prasath_S It not close.

The process name is string it should be in double quotes.

1 Like

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