Kill or close browser

import os

 os.system("taskkill /im firefox.exe /f")

os.system("taskkill /im chrome.exe /f")

Comments