Skip to content

Instantly share code, notes, and snippets.

@dira
Created August 6, 2009 08:03
Show Gist options
  • Save dira/163186 to your computer and use it in GitHub Desktop.
Save dira/163186 to your computer and use it in GitHub Desktop.
Kill a firefox profile - for testing with Selenium
# kill [firefox, profile]
ps aux | grep [f]irefox | grep ***profilename*** | awk '{print $2 }' | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment