Internet Explorer

i want to close the internet explorer application using close application activity.
Please suggest me the selector to close IE.

1 Like

Hi @sowmya,

By using close Tab activity, you can close the IE.

1 Like

Hi there @sowmya,
Please try the following:

<wnd app='iexplore.exe' cls='IEFrame' title='*' />

This refers to any instance of IE.

Thanks,
Josh

2 Likes

Thank you :slight_smile:

2 Likes