Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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