In a Python Selenium application using ChromeDriver (running in a Docker container (ubuntu) deployed to EKS), I'm encountering an issue where child Chrome processes are not properly reaped when driver ...
I am executing a python script in which I am spawning multiple chrome-node pods (10) for browser sessions. Some requests are honoured immediately but some are not able to create webDriver sessions ...