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 2 months ago
JSON representation
Cookie Tester is an utility website that helps verifying cookies retention in the browser
- Host: GitHub
- URL: https://github.com/tomycesaille/cookie-tester
- Owner: TomyCesaille
- License: mit
- Created: 2021-01-15T10:32:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-15T10:48:31.000Z (over 4 years ago)
- Last Synced: 2025-02-24T04:18:48.435Z (2 months ago)
- Topics: chrome, cookie, firefox, puppeteer, scraping, selenium
- Language: HTML
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .

## Develop it
```bash
npm install --global http-serverhttp-server
```