SeleniumBase
SeleniumBase copied to clipboard
Python APIs for web automation, testing, and bypassing bot-detection.
SeleniumBase Commander needs a video tutorial. There's currently a ReadMe: [help_docs/commander.md](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/commander.md) A video tutorial would be better.
## One of the CAPTCHA test sites disabled their CAPTCHA (or exceeded a limit) This morning, https://nowsecure.nl/#relax is no longer throwing a Turnstile/CAPTCHA. I was able to reach it with...
## Getting ready for the next UC Mode video tutorial If you haven't already heard the news, the last one was quite popular: Thousands of views, hundreds of likes, and...
There's a new UC Mode video showing how it works, and how it fixes bugs with undetected-chromedriver: https://www.youtube.com/watch?v=5dMFI3e85ig ### Note the improvements made: * Driver version-detection & management. * Allowing...
## Documenting `driver`-specific methods added by SeleniumBase Because there are [Syntax Formats](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md) that use the `driver` API directly, these methods have been added directly into the documentation in the [method_summary.md](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/method_summary.md)...
## Documenting the `selenium-stealth` integration with UC Mode (Info: `selenium-stealth` lets you mask your web browser's fingerprint and WebGL information.) **Prerequisites:** `selenium-stealth` must be installed separately: `pip install selenium-stealth` Here's...
I'm starting to receive more than 20 GitHub notifications per day (plus more from other networks). I'm well aware of the sharp increase in visitors since releasing a popular new...
## Documenting the `selenium-wire` integration with the `Driver()` manager Here's an example of the [selenium-wire](https://github.com/wkeeling/selenium-wire) integration with the `Driver` manager: ```python from seleniumbase import Driver driver = Driver(wire=True, headless=True) try:...
### SeleniumBase is coming to SeleniumConf 2023 I'll be representing the Python ecosystem for Selenium, (hosting the only Python-dedicated session): https://seleniumconf.com/agenda/#python-selenium-fundamentals-to-frameworks-with-seleniumbase -------- -------- ### Python Selenium: Fundamentals to Frameworks (with...
UC Mode: **Video 2** is now on YouTube: https://www.youtube.com/watch?v=2pTpBtaE7SQ ---- Here's what to expect from this presentation: Learning how to bypass most anti-bot systems. (Every type of Cloudflare CAPTCHA!) Using...