question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Amazon Connect login page never finishes loading using puppeteer

See original GitHub issue

Steps to reproduce

Tell us about your environment:

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();
  1. 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:closed
  • Created 5 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
theccalderoncommented, Mar 8, 2019

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

0reactions
stale[bot]commented, Jul 27, 2022

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found