Close all openend Browser

mjoshi

New Member
I need to close all opened browser before starting my process.Please explain the procedure.
Will Attach help in this?
 

dallangoldblatt

New Member
If your browser is Internet Explorer, you need to kill all "iexplore.exe" processes. This can be done using the "Kill Process" Action in the Utility - Environment VBO

This can also be done using a single command in the CMD:
taskkill /F /IM iexplore.exe
You can put this command in a batch file and run it in Blue Prism.
 

mjoshi

New Member
See i need to check first whether any browser exist or not.
If no browser is running i think this will give me an error.
 

dallangoldblatt

New Member
I see. You should handle this by putting the Action stage in a Block with a Recover stage so that you can gracefully handle any errors.
 

Raghu

New Member
I need to close all opened browser before starting my process.Please explain the procedure.
Will Attach help in this?

Hi,
Good day!

Action: Utility-General>>Kill Process
Process Name: "IEXPLORE"

Try this It will work.
 
Top