-
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 ve…
-
### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for you…
-
There is an issue when using this library in existing applications which was not caught by integration testing.
Caused by: org.springframework.beans.factory.support.BeanDefinitionOverrideException:…
-
![](https://s1.ax1x.com/2023/07/13/pCha5jJ.png)
-
```
import undetected_chromedriver as uc
driver = uc.Chrome(headless=True,use_subprocess=False)
driver.get('https://nowsecure.nl')
driver.save_screenshot('nowsecure.png')
```
i tried this code…
-
### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your proble…
-
The current name of the JAR file generated for this project is spring-cf-turnstile, which follows a naming convention that reflects its purpose, integrating Cloudflare Turnstile with Spring. However, …
-
I use this code:
````const assert = require('node:assert');
const { connect } = require('puppeteer-real-browser');
// Определите параметры для подключения к браузеру
const realBrowserOption = {…
-
I noticed, that currently the 2captcha site used to test Cloudflare Turnstile is not working correctly (their sitekey was disabled) causing the test to fail. I would suggest to use the website "https:…
-
現状recaptchaなどでアカウントの自動生成を防がれていると思いますが、`captcha solver`や`web driver`等の技術で簡単に超えられてしまいます。
また、アカウント作成のip制限がないように思えます。
対策としては、より厳格なIP制限、CF Turnstileの導入(既に回避策が見つかってしまっていますが・・・)、gmailやキャリアメールのドメインに限る。などが…