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
Right now the NPM module uses the default puppeteer package. Utilizing puppeteer-extra with the puppeteer-extra-plugin-stealth add-on would allow evasion of certain bot detection functionalities.
Rational: Certain 3rd party tracking and ad scripts alter their behavior if they detect that a visitor is using headless chrome. For example, they do not issue certain network calls or store certain cookies. Utilizing the aforementioned plugin would enable higher fidelity recording of network traffic behavior in those instances.
Happy to submit a PR if it would be of use.
The text was updated successfully, but these errors were encountered:
Right now the NPM module uses the default
puppeteer
package. Utilizingpuppeteer-extra
with thepuppeteer-extra-plugin-stealth
add-on would allow evasion of certain bot detection functionalities.Rational: Certain 3rd party tracking and ad scripts alter their behavior if they detect that a visitor is using headless chrome. For example, they do not issue certain network calls or store certain cookies. Utilizing the aforementioned plugin would enable higher fidelity recording of network traffic behavior in those instances.
Happy to submit a PR if it would be of use.
The text was updated successfully, but these errors were encountered: