Close IE when Excel reach to last value

Hello,

Can anyone help on my below query

I am working with Excel and IE, so I have used Excel scope and For each row to work with IE, so how can i close the IE when Excel reaches to last value. or Close IE when its done with all values in Excel.

Hi @Pramod_Mangale,

To close the specific IE you can use Close Application activity with appropriate selector.
OR
You can use kill process with process name —> "iexplore" (To end IE process)

At the end of your workflow.

1 Like