Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmrodri/pw-future-error
Playwright Future Error recreation
https://github.com/jmrodri/pw-future-error
Last synced: 11 days ago
JSON representation
Playwright Future Error recreation
- Host: GitHub
- URL: https://github.com/jmrodri/pw-future-error
- Owner: jmrodri
- Created: 2024-05-02T03:19:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T03:25:08.000Z (8 months ago)
- Last Synced: 2024-11-06T15:58:53.305Z (about 2 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playwright Future error reproducer
1. pip install -r requirements.txt
2. python main.py### Error:
```
$ python main.py
status_code 200 | url http://httpbin.org/status/200
Future exception was never retrieved
future:
playwright._impl._errors.TargetClosedError: Target page, context or browser has been closed
```