Skip to main content
Zaibi
Navigator | Tier 3
January 17, 2023
Question

How i close my Chrome browser window? 

  • January 17, 2023
  • 3 replies
  • 1136 views

How I close my Chrome browser window? except close browser action.

3 replies

Navigator | Tier 3
January 17, 2023

@Zaibi - You can use the Application: Open program/Files command and can choose the path as taskkill.exe & parameter as /F /IM chrome.exe

Tamil Arasu10
Most Valuable Pathfinder
Most Valuable Pathfinder
January 17, 2023

Hi @Zaibi ,

You can close the browser using .bat file or directly execute the script line in Java or VBS or pass key Strokes 

 

_Tamil_
rbkadiyam
Premier Pathfinder | Tier 7
Premier Pathfinder | Tier 7
January 17, 2023
@Zaibi  ::   run this command in command line -  taskkill /F /IM chrome.exe /T > nul

Replace chrome with required browser name 

Ramesh B Kadiyam