Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dieron/playwrightscreenshotstaker
Short demo of how to take a screenshot from a browser window using Playwright
https://github.com/dieron/playwrightscreenshotstaker
browser c-sharp js playwright programming screen screenshot
Last synced: about 1 month ago
JSON representation
Short demo of how to take a screenshot from a browser window using Playwright
- Host: GitHub
- URL: https://github.com/dieron/playwrightscreenshotstaker
- Owner: dieron
- License: mit
- Created: 2024-09-13T05:41:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T20:14:41.000Z (5 months ago)
- Last Synced: 2024-12-20T22:23:14.571Z (about 1 month ago)
- Topics: browser, c-sharp, js, playwright, programming, screen, screenshot
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Playwright installation
To install Playwright into the project, run
```console
pwsh bin/Debug/netX/playwright.ps1 install
```
or just
```console
bin/Debug/netX/playwright.ps1 install
```## TODO
- Automatically download/update Playwright
- Track page changes and subscribe to events again
- Send notifications without using Console