I execute python-selenium script to open chrome browser.
If I "pkill -f python", Chrome windows opened by script will be closed. (In MacOS 10.12.6)
But after updated MacOS to Catalina 10.15.3, chrome browser would not disappear.
And I try to kill chromedriver in terminal, it still keep in dock.
How can I solve this issue?