What is Pyppeteer library?
Hi Darran,
Pyppeteer is a Python library that provides a Python API for controlling a headless version of the Chromium web browser. It is essentially a Python port of the original Puppeteer library, which is a Node library provided by Google for controlling headless browsers.
You can go through the following blog to learn more about it: