-
### Minimal, reproducible example
```TypeScript
I am running your docker image on railway.app ghcr.io/puppeteer/puppeteer:23.2.0
I did not add any additional configuration, i just added docker image…
da1z updated
2 months ago
-
## 📝 Provide detailed reproduction steps (if any)
Recently, there have been a lot of reports from a web crawler that one test fails on CI:
```
❌ Failed to load resource from localhost:8125 (fai…
-
There are number of [issues](https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#tips) running pptr/headless in env like Docker where resources are limited.
Shall we add …
-
Launch WebDriver BiDi
- [x] pin stable Firefox version in Puppeteer (129 will be released on Aug 6, but might be available a day earlier)
- [x] https://github.com/puppeteer/puppeteer/pull/1278…
OrKoN updated
2 months ago
-
### Minimal, reproducible example
```TypeScript
const puppeteerCore = require("puppeteer-core");
const chromium = require("@sparticuz/chromium");
const { default: puppeteer } = require("puppetee…
-
**Environment:**
* Puppeteer version: 1.8.0
* Platform / OS version: Win 10 64b and Ubuntu 18.04.1 LTS
* URLs (if applicable): No
* Node.js version: v10.6.0
I am using puppeteer for testing …
-
In Puppeteer we test that the navigation `browsingContext.navigate` follows redirects - [Test](https://github.com/puppeteer/puppeteer/blob/puppeteer-v19.7.3/test/src/navigation.spec.ts#L50)
When runn…
-
# Question
As the title suggests, would it be possible to enable support for headless mode?
# Answer (updated)
Yes, this library now supports headless by specifying `headless: "new"` as launc…
-
### Minimal, reproducible example
```TypeScript
try {
freeBrowser.browser = await puppeteer.launch({
headless: true, // Use headless mode for better performance
userDataDir: DEV…
-
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/2790) by Mark Leutloff (Bitbucket: Mark Leutloff).**
----------------------------------------
**Version**: Cef3
**Chromium:** 7…