An open API service indexing awesome lists of open source software.

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.

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.