-
Hey guys! I'm facing issue when using `sb.uc_gui_press_keys()` and `sb.uc_gui_handle_cf()` on my local `macOS`. I'm running this code:
```
with SB(uc=True, test=True) as sb:
url = "nopecha.com…
-
**Describe the bug**
I'm trying to bypass CloudFlare protection, using for test https://nowsecure.nl/ website
My simple code works well on my local laptop (Windows 11 is used, with real physycal d…
-
**Describe the bug** 🐛
Traefik is logging an error saying "CrowdsecLapiScheme: must be one of 'hcaptcha', 'recaptcha' or 'turnstile'"
2024-06-09T02:07:06Z ERR error="CrowdsecLapiScheme: must be o…
-
- [x] captcha 인증시 루트 도메인이 아닌, 각 페이지에서 진행됨 -> captcha activity 호출 시 url 넘겨주기
- [x] captcha 인증시 사용자 상호작용 요구 -> 터치 입력 활성화
- [ ] turnstile challenge 안드로이드 웹뷰에서 안되는 버그 -> ?????
-
### 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…
-
Looks like Cloudflare Turnstile does not work now.
-
Hi,
I have used Record mode to record my behavior on this [site](https://scrape.do/).
The program should click on Dashboard, after which a Cloud fare captcha will appear. But when I click it ju…
-
It looks like the bug from "Timeout error when waiting for browser response #7" didn't fixed.
I'm getting navigation timeout even if page is completely loaded, and if I remove targetFilter then it wo…
-
**Rod Version:** v0.102.0
## The code to demonstrate your question
```go
package main
import (
"github.com/go-rod/rod"
"github.com/go-rod/rod/lib/defaults"
)
func main() {
defaults…
-
I attempted to bypass CF Turnstile with the following code. It works without any issues on the Windows system, but it always fails on the Linux system. My SeleniumBase version is 4.29.6.
```python
…