https://github.com/ssujitx/seleniumuc
SeleniumUC is a package for bypassing bot detection built on top of SeleniumBase's CDP methods with added auto-completion support.
https://github.com/ssujitx/seleniumuc
bot bypassing python3 selenium selenium-python seleniumbase undetectable
Last synced: about 2 months ago
JSON representation
SeleniumUC is a package for bypassing bot detection built on top of SeleniumBase's CDP methods with added auto-completion support.
- Host: GitHub
- URL: https://github.com/ssujitx/seleniumuc
- Owner: SSujitX
- Created: 2025-03-10T10:57:55.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-03-10T11:26:52.000Z (11 months ago)
- Last Synced: 2025-03-10T12:23:27.105Z (11 months ago)
- Topics: bot, bypassing, python3, selenium, selenium-python, seleniumbase, undetectable
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# SeleniumUC 🚀
SeleniumUC is designed for bypassing bot detection using Python. Built on top of [SeleniumBase](https://github.com/seleniumbase/SeleniumBase), SeleniumUC focuses on auto-completion and bypassing bot-detection using SeleniumBase's CDP Mode (Chrome Devtools Protocol Mode). This package leverages the powerful features of SeleniumBase while providing enhanced capabilities for undetected automation.
SeleniumBase CDP Mode is a special mode inside of SeleniumBase UC Mode that lets bots appear human while controlling the browser with the CDP-Driver. Although regular UC Mode can't perform WebDriver actions while the driver is disconnected from the browser, the CDP-Driver can.