

Which is even stranger cause I explicitly used product: 'chrome' in the launch options.Ĭause the executablePath is something like: node_modules/puppeteer/.local-chromium/mac-756035 which does not exist. “PUPPETEER_PRODUCT=firefox yarn install” to download a supported Firefox browser binary.’ Run “PUPPETEER_PRODUCT=firefox npm install” or You may need to create the 'Plugins' folder Open the project in UE5 and enable the Puppeteer plugin in Plugins window. Where as in version 5.4.1 I get a different error:Ĭould not find browser revision 809590. Download the files for this plugin by clicking 'Code' in the GitHub interface and then clicking 'Download Zip' Place this in your. To skip the download, download into another path, or download a different browser, see Environment variables. Run “npm install” or “yarn install” to download a browser binary. By including the puppeteer package, you automatically download and install Chromium which is 200MB download. When you install Puppeteer, it downloads a recent version of Chromium (170MB Mac, 282MB Linux, 280MB Win) that is guaranteed to work with the API. In version 5.0.0 I get the following error:Ĭould not find browser revision 756035. Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium over the DevTools Protocol. Tried puppeteer versions 5.0.0 and 5.4.1.

I have not set the environment variable to skip the download. Run following command inside project folder pip install -r requirements.txt python -m playwright install pyppeteer-install 3.When using puppeteer.launch(), I found out it is looking for this folder: node_modules/puppeteer/.local-chromium/mac-756035 which does not exist. When installing Puppeteer using npm install puppeteer, it does not download a recent version of Chromium as it is mentioned in the documentation.
