Socket
Book a DemoInstallSign in
Socket

selenium-session

Package Overview
Dependencies
Maintainers
12
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

selenium-session

Selenium session server. Store and manage your selenium sessions. Enable to accelarate your selenium tests. Buypass your application login screen and enable your test to run on production environment. The selenium session solution include 2 additional par

latest
Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
0
Maintainers
12
Weekly downloads
 
Created
Source

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

Keywords

selenium

FAQs

Package last updated on 24 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts