emanuele
emanuele
hey @ysmood, I test stealth with https://gitlab.com/users/sign_in with the following code: ``` func GetCloudFlareClearanceCookie(client *http.Client, target string) error { browser := rod.New().Timeout(time.Minute).MustConnect() defer browser.MustClose() // You can also use stealth.JS...
hey, thanks for the answer, i will give a try right now.
just did a test with the code reported here https://github.com/go-rod/rod/issues/744 And even this time is looping without solving the challenge. I don't know if it due the new [Cloudflare Turnstile...