Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomycesaille/cookie-tester
- Owner: TomyCesaille
- License: mit
- Created: 2021-01-15T10:32:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-15T10:48:31.000Z (almost 4 years ago)
- Last Synced: 2024-11-02T07:27:00.609Z (about 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 .
![preview](preview.png)
## Develop it
```bash
npm install --global http-serverhttp-server
```