-
I am running this on windows without docker, and I got the bot to work. it opens up the browser, selects the size and then gets stuck in an endless loop saying "not in cart, trying again".
I am tryin…
-
### Bug expectation
After setting `Accept-Language` header with `setExtraHTTPHeaders`, I expected the header to overridden set on all requests.
The header is sent on initial request but on redirec…
-
- I have created a chrome instance at a port(9222)
- My application makes multiple simultaneous connections with the chrome instance.(close to 150 at a time).
- I'm running into the following error …
-
### Minimal, reproducible example
```TypeScript
import puppeteer from 'puppeteer';
const browser = await puppeteer.launch({ headless: false });
const page = await browser.newPage();
await page…
-
### Steps to reproduce
**Tell us about your environment:**
* Puppeteer version: all versions (tried on 1.12.2 and 1.17.0)
* Platform / OS version: macOS 10.14.4
* URLs (if applicable): htt…
-
## The dependency [puppeteer](https://github.com/GoogleChrome/puppeteer) was updated from `1.11.0` to `1.12.0`.
🚨 [View failing branch](https://github.com/PatNeedham/PennStationNJTransit/compare/mas…
-
Here is my code
[nodeJs]
```
const puppeteer = require('puppeteer');
class App {
private static ROOT_PATH:string = "D:/WWW/test_puppeteer_file_access/"
private static CLIENT_PATH:…
-
### Steps to reproduce
**Tell us about your environment:**
* Puppeteer version: ^1.6.2
* Platform / OS version: OSX
* Node.js version: v8.11.3
**What steps will reproduce the problem?**
…
-
This will help with versions of chrome and nodejs.
jcblw updated
3 years ago
-
### Feature description
The Chrome Extension docs say that testing popup scripts and content scripts is currently not supported, but that's not true since Chrome for Testing and headless: 'new' wer…