-
We should update Puppeteer to the latest version (we were stuck using an older version before due to being on the old Storybook which was using Node v16.x.
![image](https://github.com/user-attachme…
-
**Installing Puppeteer**
**Install Node.js:**
_Go to the official Node website.js and download the installer for your operating system. Install it by following the instructions._
**Creating a n…
-
Tests to write for a test suite:
- [ ] Test everything in Ben’s presentation
- [ ] Reach out to Ben
What features are expected? Everything should appear
Possible variation in accuracy
How do we s…
-
```ts
import puppeteer from 'puppeteer-core'
import pie from 'puppeteer-in-electron'
import { getStream, wss } from 'puppeteer-stream'
pie.initialize(app)
const browser = await pie.connect(app,…
-
This has been on my list for some time, but I believe this is causing some trouble over in https://github.com/phetsims/aqua/issues/219. On sparky I get some errors like:
```
90|ct-node-puppeteer…
-
## Feature Description
While working with #5154, we noticed that the Puppeteer version being used is quite outdated. As a result, we're not able to use new methods like `waitForNetworkIdle` which w…
-
### Description
import { connect } from 'puppeteer-real-browser'
const { browser, page } = await connect({
headless: false,
args: [],
customConfig: {},
turnstile: true,
connectOptio…
-
In the aftermath of #1203, we need to monitor its impact and:
1. Ensure we are getting complete scans
2. Look at the data in depth to try and see any improvements or degradations in scan quality.
-
### Description
**Description**
When I try to click a certain element with puppeteer-real-browser, i get a timeout. When I use stock puppeteer, it works. The element is within a SVG object.
**E…
-
Trying to download this slidedeck that I made: https://torno1.matirosero.art, but it works with https://inspirejs.org
Getting the following error:
`Error [TypeError]: Cannot read properties of n…