Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chromium gets detected #609

Open
PatrickWegmann opened this issue Jan 17, 2022 · 2 comments
Open

Chromium gets detected #609

PatrickWegmann opened this issue Jan 17, 2022 · 2 comments
Labels
issue: bug report A bug has been reported needs triage

Comments

@PatrickWegmann
Copy link

Unfortunately Chromium gets detected on a lot of sites now, even if you run it in headless = false, so i kinda gave up on this cat and mouse game, i don't want to get my accounts banned. I'm now just using the standard Chrome through the debug port. Hope this helps people facing the same issue...

const wsChromeEndpointurl = 'ws://127.0.0.1:9222/devtools/browser/c53e908d-741b-4e5b-843e-f770ac142acd';


(async () => {
  const browser = await puppeteer.connect(
    { browserWSEndpoint: wsChromeEndpointurl, 
      defaultViewport: null, 
      devtools: true }

  );

  const page = await browser.newPage();

...
@PatrickWegmann PatrickWegmann changed the title Chromium get detected Chromium gets detected Jan 17, 2022
@Krid86abc
Copy link

Krid86abc commented Jan 19, 2022

Sadly this also do not work, in my try. Do you can reach this` in Headless Mode?
Best Regards

@PatrickWegmann
Copy link
Author

Sadly this also do not work, in my try. Do you can reach this` in Headless Mode? Best Regards

Chrome is obviously not in headless mode, but it doesn't get detected, regarding your link you have to establish a session with that site before you can checkout lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug report A bug has been reported needs triage
Projects
None yet
Development

No branches or pull requests

2 participants