Local Playwright
In case the Playwright serverless functions are down or you prefer not to use them, you can run the Playwright server locally and request against that.
- Install this package with the dependencies needed for Playwright:
- Install the Playwright browser:
python -m playwright install chromium # or `python -m playwright install` if you want to install all browsers
- Now you can use the
fetch_mode="local"
parameter inget_flights
: