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

Given the task to retrieve the 'Network.responseReceived' for the url being requested, this is not possible when using the uc mode. Example code highlighting the issue. ```python import json import...

For anyone that hasn't been following https://github.com/seleniumbase/SeleniumBase/issues/2842, CF pushed an update that prevented UC Mode from easily bypassing CAPTCHA Turnstiles on Linux servers. Additionally, `uc_click()` was rendered ineffective for clicking...

enhancement
documentation
UC Mode / CDP Mode

## Add a "HelloGitHub" badge to the SeleniumBase ReadMe I've recently learned that "HelloGitHub is a platform for discovering and sharing beginner-friendly open source projects". SeleniumBase has "qualified" for a...

documentation

Hello, You have a great exception handler for "data:" "mailto:" etc. links. Please add also "tel:" to the list, so that tests don't fail in this case. Best, Thomas

enhancement

UC Mode: **Video 3** is now on YouTube: https://www.youtube.com/watch?v=-EpZlhGWo9k

News / Announcements
Tutorials & Learning
UC Mode

everything was fine and working good after the chrome driver update the uc mode makes driver don't recognize any element of web page instead when removing uc=True it works fine...

workaround exists
UC Mode

Hi, my code is this: ``` from seleniumbase import Driver driver = Driver(uc=True, headless2=True) url = "https://www.amazon.com/" driver.get(url) ``` I have SeleniumBase 4.31.6. I use MacOS 15.0 Sequoia with Intel...

duplicate
workaround exists
UC Mode

Dear seleniumbase author, I am currently building a web testing platform. Can you compare the playwright library from a functional and performance perspective? This will also allow more engineers to...

question
documentation

## UC Mode users should upgrade to `4.30.8` (or newer if available) In case you missed https://github.com/seleniumbase/SeleniumBase/issues/3128 and https://github.com/seleniumbase/SeleniumBase/issues/3131, CF made changes to their CAPTCHAs, and new UC Mode updates...

enhancement
documentation
UC Mode

It's happening: We have a Discord server / channel now: Here's the invite link: https://discord.gg/EdhQTn3EyE Until we reach at least 30 members, I'll probably not say much in there. (But...

documentation
News / Announcements