[UPD] doc FAQ about killing firefox marionette
This commit is contained in:
parent
dfcd8ba91f
commit
9b55fe1597
1 changed files with 6 additions and 0 deletions
|
|
@ -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"
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue