When the script is freed, a new shell instance is created. This means that jobsthe new script will not list any jobs running in the parent shell.
Since the server selenium-serveris the only background process created in the new script, it can be killed using
kill %1
or
kill %-
source
share