feat: convert library to use playwright by cboin1996 · Pull Request #574 · psf/requests-html
Pyppeteer is no longer maintained and playwright seems to be the way to go these days.
This merge request includes:
- CI runner in github to run the python tests
- Pipfile package updates
- Replacement of pyppeteer with playwright through source code
Users will be expected to run playwright install prior to running this library, and everything else just works like before.