-
I have an script that running 24/7, no problem till some hours ago.
I updated the SeleniumBase just in case, but seems that there is an update on Cloudflare that detects the UC.
I tryied the exa…
-
youtube recently stopped working with ultraviolet, once you open the site it looks normal but when you try to watch a video or a shorts you get a sign in to confirm your not a robot and it doesnt allo…
-
The example code for using SB with UC given here seem to no longer work:
https://github.com/seleniumbase/SeleniumBase/blob/af3d9545473e55b2a25cdbab8be0b1ed5e1f6afa/examples/raw_uc_mode.py
Here's…
-
For now, the website can easily be hacked. Someone with little knowledge can send a request with a new fake IP every time and voting 1000th times easily for the same response. This is what happened wi…
-
i can't baypass the cloudflare on this website
https://visa.vfsglobal.com/egy/en/hrv/login
here is my codes need help
```
class CloudflareBypasser:
def __init__(self, driver: ChromiumPage…
-
Version: 0.1.0
When attempting to connect the integration to my 2024 Porsche 911 with an active Porsche Connect account, I consistently receive an "Invalid authentication" error. The username and p…
-
**Describe the bug**
I am fairly new to recaptcha solution using 2captcha service, and trying to solve the cloudflare turnstile recaptcha using 2captcha. After a lot of debugging I found that t…
-
i want to bypass cloudflare captcha (Verify you are human)
```
from seleniumbase import SB
with SB(uc=True, test=True) as sb:
url = "https://seleniumbase.io/apps/turnstile"
sb.uc_open…
-
## The CF CAPTCHAs changed again (on Linux)
### CI started failing:
---
### This is how it normally looks when passing:
(`PyAutoGUI` clicks the CAPTCHA successfully, and then takes you…
-
I am automating myself to fill in a Google Form. However, when I click the submit button, I must solve the recaptcha. Attaching my user profile with normal Selenium will not make me do the recaptcha. …