You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
reloads the page without submitting the form sometimes
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: