SeleniumBase icon indicating copy to clipboard operation
SeleniumBase copied to clipboard

Python APIs for web automation, testing, and bypassing bot-detection.

Results 54 SeleniumBase issues
Sort by recently updated
recently updated
newest added

## UC Mode users should upgrade to `4.34.9` (or newer if available) There were lots of things happening all at once. The latest version of SeleniumBase resolves them. For starters,...

enhancement
documentation
UC Mode / CDP Mode

UC Mode: **Video 4** is now on YouTube: https://www.youtube.com/watch?v=Mr90iQmNsKM

News / Announcements
Tutorials & Learning
UC Mode / CDP Mode

## Documenting the `selenium-wire` "Wire Mode" **REPLACEMENT**. As many of you know, there's a `selenium-wire` integration via [SeleniumBase **Wire Mode**](https://github.com/seleniumbase/SeleniumBase/issues/2145). There are two main issues with it: * [Wire Mode](https://github.com/seleniumbase/SeleniumBase/issues/2145)...

enhancement
documentation
UC Mode / CDP Mode

any solution to connect SeleniumBase with already opened Chrome by remote debugging address Example in selenium: ``` chrome_service = ChromeService(driver_path) chrome_options = Options() chrome_options.debugger_address = f'{remote_debugging_address}' driver = webdriver.Chrome(service=chrome_service, options=chrome_options)...

hello please i am using this to move mouse by selenium base sb.cdp.gui_hover_x_y(x, y) but i need to make to the movement to element as human mimic 100% not be...

"Hacking websites with CDP" is now on YouTube: https://www.youtube.com/watch?v=vt2zsdiNh3U

News / Announcements
Tutorials & Learning
UC Mode / CDP Mode

I am using the latest version of sb (v4.33.12), Python 3.13.1 on Linux Fedora 41 (Wayland, I did install xorg-x11-server-Xvfb) and I am encountering an issue while using SeleniumBase in...

bug
UC Mode / CDP Mode

## Aftermath of the fixes for Chrome v137+ extensions In case anyone missed the news of https://support.google.com/chrome/a/answer/7679408?sjid=11437610768047552203-NA#chromeBrsrE137, Chrome 137 removed the `--load-extension` command-line flag for regular Chrome (non-Chromium) builds. This...

documentation
Fun

"Automating Flight Search while Web-Scraping Prices" is now on YouTube. https://www.youtube.com/watch?v=HRMohOJHmSA Learn how to find the cheapest plane ticket to your desired destination! As a bonus, you'll visit some cool...

News / Announcements
Tutorials & Learning
UC Mode / CDP Mode

My cybersecurity and automation worlds combine into this new YouTube video: "CASB explained, and the stealth required to test it": https://www.youtube.com/watch?v=Sf6B3dMYObQ ---- The stealthy automation section is near the end...

News / Announcements
Tutorials & Learning
UC Mode / CDP Mode