1.0.4 • Published 2 years ago

selenium-session v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

You can get the server as npm package (npm)

npm install -g selenium-session

Once installed to run the server

selenium-session

Or you can download and run a dockerized version (docker hub)

docker run -v ${PWD}/sessions:/usr/app/sessions -it -p 3000:3000 devblinq/selenium-session