-
LHCI Configuration - https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/configuration.md#puppeteerscript
Puppeteer - https://github.com/puppeteer/puppeteer
-
For the initial release, I would propose that we please follow the approach supported in the official documentation: https://stenciljs.com/docs/testing-overview
-
### Minimal, reproducible example
```TypeScript
not matter
```
### Background
Hi, how I can obtain permisons dialog like this ?
![image](https://github.com/user-attachments/assets/c05c8b8e-77…
-
# Puppetter
## 安装
```bash
pnpm i puppeteer -S
```
>https://pptr.dev/
>https://zhaoqize.github.io/puppeteer-api-zh_CN/
>国内源
>https://github.com/cnpm/cnpmjs.org/issues/1246
```bash
PUP…
-
I am having a Timeout issue when trying to generate a PDF in a docker container. I have setup a test environment here: https://github.com/nbyloff/puppeteer-issue
To recreate the issue, checkout the…
-
[How to hide the fact that the browser is being manipulated by a software? · Issue #3220 · GoogleChrome/puppeteer](https://github.com/GoogleChrome/puppeteer/issues/3220)
funme updated
5 years ago
-
browserless.io:server:trace Handling inbound HTTP request on "POST: /pdf?token=6R0W53R135510" +49s
browserless.io:server:trace Found matching HTTP route handler "/pdf?(/),/chromium/pdf?(/)" +3ms
…
-
Hi, I'm running into this strange bug when using `puppeteer-extra`, `puppeteer-extra-plugin-stealth` with Typescript and the Serverless Framework. I will describe my setup and bug encountered belo…
LeiG updated
16 hours ago
-
### Minimal, reproducible example
```TypeScript
const puppeteer = require('puppeteer')
const firefoxOptions = {
browser: 'firefox',
executablePath: '/opt/firefox/129.0.2/firefox',
headle…
-
### Feature description
We need a way to provided the changes either by providing a link in the GitHub releases and/or Changelog,
That way it will make it easier for people to find changes when upda…