Set up Playwright + Stealth in Changedetection #3266
Unanswered
MarildoScopell
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying in several ways to configure Changedetection, because some pages end up detecting it as a bot when using only Playwright. I tried Playwright + Browserless, but I'm getting errors on some pages that block the check:

I used Selenium WebDriver with Docker following the instructions here:
https://github.com/dgtlmoon/changedetection.io/wiki/Fetching-pages-with-WebDriver
It manages to capture the price from the page for a certain period, but then the page ends up blocking it.
I’ve seen in some places that the best way to disguise Changedetection is by using Playwright + Stealth, like in this repository:
https://github.com/AtuboDad/playwright_stealth
However, I haven’t found any response or clear documentation on how to actually do this and how to integrate it with Changedetection.
I appreciate anyone who’s willing to share the best way to implement playwright_stealth with Changedetection.
Beta Was this translation helpful? Give feedback.
All reactions