Table of Contents Introduction Setup Database backed Session Map Steps Redis backed Session Map Steps Introduction Selenium Grid allows you to persist information related to currently running sessions into an external data store. The external data store could be backed by your favourite database (or) Redis Cache system. Setup Coursier - As a dependency resolver, so that we can download maven artifacts on the fly and make them available in our classpath Docker - To manage our PostGreSQL/Redis ...