From 9b55fe15976d085dce9badc1f49ce2a77711b305 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Mon, 7 Jul 2025 05:04:05 -0400 Subject: [PATCH] [UPD] doc FAQ about killing firefox marionette --- doc/FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/FAQ.md b/doc/FAQ.md index 65a51f3..a950c05 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -221,3 +221,9 @@ cat /proc/sys/fs/inotify/max_user_watches Tips, when doing `sudo sysctl -p --system`, validate the order of the process, another process can overwrite your new value. + +## How killing all process from selenium + +```bash +pkill -f "firefox.*--marionette" +```