-
```
import puppeteer from "puppeteer";
const browser = await puppeteer.launch({
protocol: "webDriverBiDi"
});
const page = await browser.newPage();
await page.goto("https://x.com/"); // C…
OrKoN updated
2 weeks ago
-
Hi!
I tried to use `rebrowser-puppeteer` on the chrome extension page (Metamask in the example) and when I try to get any element, I get an error:
```
Error: Waiting for selector `body` failed: […
-
### FAQ
- [X] Yes, my issue is not about [variability](https://github.com/GoogleChrome/lighthouse/blob/main/docs/variability.md) or [throttling](https://github.com/GoogleChrome/lighthouse/blob/main…
-
エラーログ
```
START RequestId: 16061400-2eec-4bdf-ae85-d4649ef48276 Version: $LATEST
2024-11-08T23:29:55.668Z 16061400-2eec-4bdf-ae85-d4649ef48276 INFO main init
2024-11-08T23:29:56.082Z 1606140…
-
Hi,
I'm getting an error trying to create a profile for our intranet using docker desktop for windows.
I'm using:
docker run -p 6080:6080 -p 9223:9223 -v C:\profiles:/crawls/profiles/ -it webre…
-
**Bug 描述**
Blocked 10 postinstalls. Run `bun pm untrusted` for details.
260 | if (this.puppeteer.configuration.browserRevision) {
261 | throw new Error(`Tried to find th…
-
Thank you for this great package.
I have installed it on a rpi3b. I access it fro a winows 11 machine
This command `http://192.168.0.202:3000/session/start/test` runs fine.
But this command `…
-
Bonjour,
Auriez-vous des exemples de cas qui fonctionnent avec `waitForNavigation`. Sur quasiment tous les sites que j'ai testés et avec les 4 valeurs possibles, j'obtiens à chaque fois un timeout…
benel updated
1 month ago
-
## Environment
- `chromium` Version: 127
- `puppeteer` / `puppeteer-core` Version: 23.1.1
- Node.js Version: 20.x
- Lambda / GCF Runtime: (Unsure, using Netlify Functions)
Note: My functi…
-
- **I'm submitting a ...**
[ ] bug report
[ ] feature request
[x] question about the decisions made in the repository
[ ] question about how to use this project
- **Summary**
v3.0.6 ch…