CPD Mode Best Practices #3957
-
Hi There! Have just starting playing around with SeleniumBase in general.. particularly UC mode and CPD mode and have been loving it. Hopefully this discussion is okay.. it seems appropriate for the Q&A section but I could very well be wrong! My requirements for a test project I am starting to work on is to absolutely not be detected. I guess my questioning is:
Thanks for any help! Feeling a bit overwhelmed! Joe |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The best way to learn best practices is to learn from the existing CDP Mode examples: SeleniumBase/examples/cdp_mode. Over 60 different examples of bypassing bot-detection on various websites. There are use cases from simple to advanced, bypassing the major anti-bot defense systems such as Cloudflare, Human/PerimeterX, F5/Shape, Incapsula, Kasada, DataDome, and Akamai. There will always be some limitations. For example, running from a non-residential IP address (without a non-residential proxy) can make you detectable if the anti-bot system is looking for that. Not sure about what articles you read about CDP Mode, but the examples are working both locally, and on an Ubuntu Linux GitHub Actions server, eg: https://github.com/mdmintz/undetected-testing/actions/runs/17436465485/job/49507538775. Many of your questions can also be answered in the existing YouTube tutorial series for SeleniumBase:
|
Beta Was this translation helpful? Give feedback.
The best way to learn best practices is to learn from the existing CDP Mode examples: SeleniumBase/examples/cdp_mode. Over 60 different examples of bypassing bot-detection on various websites. There are use cases from simple to advanced, bypassing the major anti-bot defense systems such as Cloudflare, Human/PerimeterX, F5/Shape, Incapsula, Kasada, DataDome, and Akamai.
There will always be some limitations. For example, running from a non-residential IP address (without a non-residential proxy) can make you detectable if the anti-bot system is looking for that. Not sure about what articles you read about CDP Mode, but the examples are working both locally, and on an Ubuntu Linux GitHub Ac…