Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```