6 ms·
Stealthy Playwright Mode: Bypass CAPTCHAs and Bot-Detection [video]
- fcpguru 9mo agonice, i love playright I use it but also https://github.com/go-rod/rod https://github.com/go-rod/rod in golang world
- seleniumbase 9mo agoLooks like that one hasn't received any major updates in awhile.
- seleniumbase 9mo agoThe secret ingredient is to use Playwright's `connect_over_cdp()` method to connect to an existing browser that is already stealthy. Playwright can then perform its usual actions without being detected by anti-bot services. Example setup: `browser = playwright.chromium.connect_over_cdp("http://localhost:9222")`
- mintzworld 9mo agoOh, the irony of using SeleniumBase to make Playwright stealthy!