Skip to content

Instantly share code, notes, and snippets.

@timothyshort
Created September 27, 2018 16:27
Show Gist options
  • Save timothyshort/6c8453954fa2b41fe71bc5dd49415240 to your computer and use it in GitHub Desktop.
Save timothyshort/6c8453954fa2b41fe71bc5dd49415240 to your computer and use it in GitHub Desktop.
This Windows batch file kills all automated browser / drivers from leftover Selenium web automation
taskkill /IM geckodriver.exe /F
taskkill /IM IEDriverServer.exe /F
taskkill /IM chromedriver.exe /F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment