I've got a remote standalone Selenium chromedriver running inside of docker. How can I have multiple sessions within this chromedriver?
I'm currently running multiple docker containers but would like to run 1 standalone chromedriver and have multiple sessions within it.
The selenium scripts are using groovy/java. This is also only for the remote chromedriver.
Any feedback would be appreciated.