[UPD] doc FAQ about killing firefox marionette

This commit is contained in:
Mathieu Benoit 2025-07-07 05:04:05 -04:00
parent dfcd8ba91f
commit 9b55fe1597

View file

@ -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"
```