Alex Rudenko
Alex Rudenko
### Expected behavior Filter out non-utf-8 characters automatically or allow to opt-in for this behavior. ### Actual behavior Error `XML syntax error on line 93: invalid UTF-8` is produced and...
``` sh $ npm install es-dependency-graph -g $ dep-graph --help $ : No such file or directory ```
Filed https://github.com/puppeteer/puppeteer/issues/8764 to recover the functionality to automatically update this file.
Previously, if timeout is falsy, the targets would only be checked if a browser-level event fires which lead to a race: if the events arrived before waiting for a target,...
See https://github.com/puppeteer/puppeteer/blob/main/versions.js#L20 105.0.5173.0 was already released and NEXT had to be replaced with the actual Puppeteer version
Blocked by the docklint/doc generation.
This PR is an experiment of running parts of Puppeteer through WebDriver BiDi. To get it running: 1) checkout https://github.com/GoogleChromeLabs/chromium-bidi/tree/9745dd5c8fa4b3fc9e617dd76e635124cfac48de, run `npm i` and `./runBiDiServer.sh --port=8081 --headless=false` 2) checkout this...
See https://github.com/conventional-changelog/standard-version/runs/4672015155?check_suite_focus=true There was some problem with the release so v9.4.0 actually was never published to NPM.
The idea behind this PR is to make the code we generate more composable: instead of providing the entire recording one can run individual steps either using `.runStep` method or...