Selenium Session Server
A simple server that store your sessions (saved by the chrome extention). Then can be accessed by your selenium tests to retrieve the session cookies.
(npm)
You can get the server as npm packagenpm install -g selenium-session
Once installed to run the server
selenium-session
(docker hub)
Or you can download and run a dockerized versiondocker run -v ${PWD}/sessions:/usr/app/sessions -it -p 3000:3000 devblinq/selenium-session