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

unable to click a checkbox after updates to a website im using puppeteer stealth on #260

Closed
michaelsalexander83 opened this issue Jul 18, 2020 · 2 comments
Labels
more-info-needed Further information is requested

Comments

@michaelsalexander83
Copy link

I have this website which somehow detect puppeteer stealth.

One of the final steps is setting a checkbox and then clicking submit, however this never works after last week.
Any thoughts regarding this?

If I run the page normally in chrome and do all the steps puppeteer does it works fine, however as soon as I start the puppeteer process it:

  1. reloads the page without submitting the form sometimes
  2. OR it is unable to click the final approval checkbox and therefore it cannot submit.

Also would it be possble to get a little more debugging information? I already run the stealth plugin with
DEBUG=puppeteer-extra,puppeteer-extra-plugin:* node iwininthend.js

But after some issue with the page or an element the browser just crashes. I use the plugins with and without headless= false or headless = true both the same results.

@brunogaspar
Copy link
Collaborator

Without seeing the code you are using and knowing the website in question is quite impossible to help you.

@brunogaspar brunogaspar added the more-info-needed Further information is requested label Jul 19, 2020
@berstend
Copy link
Owner

berstend commented Aug 6, 2020

Try disabling iframe.contentWindow, it's known to cause troubles sometimes (#137). Closing until there's more info.

@berstend berstend closed this as completed Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more-info-needed Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants