Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

What will be the right way to kill all the chrome processes in automation anywhere.

I have tried writing a vb script to kill chrome which works fine, but wanted to know if there are any other better options available in the tool.

1 Answer

0 votes
by (9.5k points)

I think you should use runprogram/filecommand

  • Under ProgramFile/Path give taskill
  • Under Parameters give /f/im chrome.exe

Browse Categories

...