-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Insights: seleniumbase/SeleniumBase
Overview
-
- 14 Merged pull requests
- 0 Open pull requests
- 42 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
14 Releases published by 1 person
-
v4.37.0 4.37.0 - Selenium update
published
Apr 7, 2025 -
v4.37.1 4.37.1 - Fix CDP Mode issues
published
Apr 7, 2025 -
v4.37.2 4.37.2 - Add `sb.cdp.gui_click_and_hold(selector, timeframe)`
published
Apr 10, 2025 -
v4.37.3 4.37.3 - Mostly memory improvements
published
Apr 19, 2025 -
v4.37.4 4.37.4 - Fix CDP Mode memory leak
published
Apr 20, 2025 -
v4.37.5 4.37.5 - Fix `asyncio` issue
published
Apr 22, 2025 -
v4.37.6 4.37.6 - Improve CDP Multithreading
published
Apr 23, 2025 -
v4.37.7 4.37.7 - Add CDP Options (Geolocation and Timezone)
published
Apr 25, 2025 -
v4.37.8 4.37.8 - CDP Mode: Patch 45
published
Apr 28, 2025 -
v4.37.9 4.37.9 - Realtime fingerprint changing
published
Apr 28, 2025 -
v4.37.10 4.37.10 - Improve CDP memory usage
published
Apr 29, 2025 -
v4.37.11 4.37.11 - CDP Mode: Patch 46
published
Apr 30, 2025 -
v4.37.12 4.37.12 - CDP Mode: Patch 47
published
May 1, 2025 -
v4.38.0 4.38.0 - Refresh dependencies and examples
published
May 2, 2025
14 Pull requests merged by 1 person
-
Refresh dependencies and examples
#3724 merged
May 2, 2025 -
CDP Mode: Patch 47
#3720 merged
May 1, 2025 -
CDP Mode: Patch 46
#3717 merged
Apr 30, 2025 -
Improve CDP memory usage
#3711 merged
Apr 29, 2025 -
Realtime fingerprint changing
#3709 merged
Apr 28, 2025 -
CDP Mode: Patch 45
#3707 merged
Apr 28, 2025 -
Add CDP Options (Geolocation and Timezone)
#3700 merged
Apr 25, 2025 -
Improve CDP Multithreading
#3693 merged
Apr 23, 2025 -
Fix
asyncio
issue#3690 merged
Apr 22, 2025 -
Fix CDP Mode memory leak
#3686 merged
Apr 20, 2025 -
Mostly memory improvements
#3684 merged
Apr 19, 2025 -
Add
sb.cdp.gui_click_and_hold(selector, timeframe)
#3668 merged
Apr 10, 2025 -
Fix CDP Mode issues
#3655 merged
Apr 7, 2025 -
Selenium update
#3653 merged
Apr 7, 2025
42 Issues closed by 2 people
-
uc_gui_click_captcha not working
#3726 closed
May 4, 2025 -
`ValueError: The future belongs to a different loop` when using CPD mode
#3725 closed
May 3, 2025 -
Not able to use SeleniumBase with SOCKS5 AUTH Proxy
#3723 closed
May 2, 2025 -
Passing Tab / driver between asyncio tasks
#3722 closed
May 1, 2025 -
Using existing event loop
#3721 closed
May 1, 2025 -
"AttributeError: 'NoneType' object has no attribute 'loop'"
#3719 closed
May 1, 2025 -
I think maybe new chrome or something break seleniumbase
#3718 closed
May 1, 2025 -
`asyncio` errors on Python 3.11 (and older)
#3715 closed
Apr 30, 2025 -
Activating CDP Mode more than once for the same driver can lead to `asyncio` errors
#3716 closed
Apr 30, 2025 -
Browser crash on devtools if uc_driver exists before running the script
#3714 closed
Apr 30, 2025 -
Realtime fingerprint (timezone) not working in incognito mode
#3712 closed
Apr 29, 2025 -
Add ability to change certain fingerprints in the middle of a CDP Mode script
#3708 closed
Apr 28, 2025 -
How to handle new windows in CDP mode?
#3703 closed
Apr 28, 2025 -
Driver.add_cdp_listener Network.webSocketFrameReceived not keep feedback data
#3704 closed
Apr 28, 2025 -
CDP event not working in multi-threading
#3706 closed
Apr 28, 2025 -
Can't set Time Zone in CDP Mode
#3696 closed
Apr 25, 2025 -
Add geolocation config options into pure CDP Mode
#3699 closed
Apr 25, 2025 -
direct.playstation.com Detecting Selenium Browser
#3698 closed
Apr 25, 2025 -
When mobile is True, bypassing CAPTCHAs failed
#3697 closed
Apr 24, 2025 -
"'Chrome' object has no attribute 'reactor'"
#3692 closed
Apr 23, 2025 -
Utilizing Multiple Drivers / Browser Windows
#3691 closed
Apr 23, 2025 -
`asyncio` errors during cleanup if there are multiple CDP drivers present
#3689 closed
Apr 22, 2025 -
Examples for integrating SeleniumBase with third‑party CAPTCHA solving services (e.g. 2Captcha)
#3688 closed
Apr 21, 2025 -
How to enable --uc mode for Edge Browser and Opera browser
#3687 closed
Apr 20, 2025 -
CDP Mode isn't freeing open socket connections after the browser has closed
#3685 closed
Apr 20, 2025 -
Getting XHR logs from Already opened browser via CDP Driver
#3680 closed
Apr 18, 2025 -
Is PyAutoGUI methods available in already opened browser cases?
#3681 closed
Apr 18, 2025 -
CloudFlare Bypass fails with CDP Mode
#3678 closed
Apr 16, 2025 -
Completing Recaptcha on form_recaptcha
#3676 closed
Apr 15, 2025 -
Does Seleniumbase support Persistant Browser Concept?
#3673 closed
Apr 14, 2025 -
Cannot run CSS query for immediate children
#3671 closed
Apr 12, 2025 -
Running raw scripts on Selenium Grid
#3670 closed
Apr 11, 2025 -
Add `sb.cdp.gui_click_and_hold(selector, timeframe)`
#3667 closed
Apr 10, 2025 -
Proxy with auth triggers dialog popup
#3663 closed
Apr 9, 2025 -
Opening DevTools while uc_cdp_events is set to True causes the driver to crash.
#3658 closed
Apr 8, 2025 -
sb.uc_gui_click_captcha() not work with paypal website
#3657 closed
Apr 8, 2025 -
Does SB have fetch api like browser fetch a request?
#3656 closed
Apr 8, 2025 -
Changes in `selenium` `4.31.0` caused the driver to not disconnect when requested
#3654 closed
Apr 7, 2025 -
seleniumbase not find the element to click it
#3651 closed
Apr 6, 2025
1 Unresolved conversation
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
"Hacking websites with CDP" is now on YouTube
#3380 commented on
Apr 10, 2025 • 0 new comments