Amazon Connect login page never finishes loading using puppeteer
See original GitHub issueSteps to reproduce
Tell us about your environment:
- Puppeteer version: 1.12.2
- Platform / OS version: macOS Mojave 10.14.3
- URLs (if applicable): https://ccalderon-reinvent.awsapps.com/connect/ccp#/
- Node.js version: 8.11.1
What steps will reproduce the problem?
const browser = await puppeteer.launch();
const page = await browser.newPage();
const url = ' https://ccalderon-reinvent.awsapps.com/connect/ccp#/';
await page.goto(url, {waitUntil: 'domcontentloaded'});
console.log(await page.content());
await browser.close();
- Execute the code above
What is the expected result? The content of the page should be logged to the console.
What happens instead? The request times out.
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Amazon Connect login page never finishes loading using ...
1. What steps will reproduce the problem? const browser = await puppeteer.launch(); const page = await browser.newPage(); const url = ' https:// ...
Read more >How to use puppeteer to automante Amazon Connect CCP ...
I can see the page never finishes loading. Please note the same code works fine with https://www.github.com/login so it must be something ...
Read more >Using metric math - Amazon CloudWatch - AWS Documentation
Function Arguments Return type* Supported for cross‑account?
ABS TS. TS TS. TS ✓
ANOMALY_DETECTION_BAND TS. TS, S TS
AVG TS. TS S. TS ✓
Read more >Web Scraping with a Headless Browser: A Puppeteer Tutorial
In this article, Toptal Freelance JavaScript Developer Nick Chikovani shows how easy it is to perform web scraping using a headless browser.
Read more >Scraping Amazon using Puppeteer and Browserless
connect ({ browserWSEndpoint: "wss://chrome.browserless.io?token=[ADD BROWSERLESS API TOKEN HERE]", }); const page = await browser.newPage(); ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please refer to https://stackoverflow.com/questions/54657355/how-to-use-puppeteer-to-automante-amazon-connect-ccp-login.
This seems to be a bug with chromium version 73.x as it’s currently working fine for version 72.
cc: @vsemozhetbyt
We are closing this issue. If the issue still persists in the latest version of Puppeteer, please reopen the issue and update the description. We will try our best to accomodate it!