I know this is a trivial question but no description of the close and quit function answered my question. I want to run 2 python scripts in parallel and close them properly by calling the quit() function. What I don´t understand is: Does quit() close the instance of the second script too ?
Is this a XY Problem? Maybe since this question came up when i noticed that calling close() leaves me with a lot of used ram and dead webdriver/chrome processes. So to put it in other words: how do I exit selenium in a clean way?