How to close a browser

Hello ,

I am trying a sequence which opens chrome browser and performs a search.After the search i am populating the o/p in a message box.Once the message box pop’s and i give OK, i want the browser to close and the complete sequence to end.

How to get this done ?If the browser is not closed, the value in the message box is not getting cleared and gets repeated with different inputs.

Thanks,
S

You could use a Close Application activity to close Chrome down after clicking OK on the message box.

You can use a CloseTab. It will close your browser.

6 Likes

Thank you ! I used close tab .It solved the issue.

Thank you ! I Your solution helped resolve the issue.

1 Like

Great! :slight_smile:

{Please mark the answer as solution to close this thread}

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