Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomycesaille/cookie-tester

Cookie Tester is an utility website that helps verifying cookies retention in the browser
https://github.com/tomycesaille/cookie-tester

chrome cookie firefox puppeteer scraping selenium

Last synced: about 1 month ago
JSON representation

Cookie Tester is an utility website that helps verifying cookies retention in the browser

Awesome Lists containing this project

README

        

# cookie-tester

Utility website that helps verifying cookies retention in the browser.
Created to check Puppeteer & Selenium techs.

Available at .

![preview](preview.png)

## Develop it

```bash
npm install --global http-server

http-server
```