-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions: Cloudflare Waiting Room #22
Comments
I think you misunderstand how timeout and context work in golang. Please check https://go-rod.github.io/#/context-and-timeout |
This comment was marked as off-topic.
This comment was marked as off-topic.
hey @ysmood,
As result looks like the page is not going forward to the request and can't bypass cloudflare.Same with https://nowsecure.nl |
hey, thanks for the answer, i will give a try right now. |
just did a test with the code reported here go-rod/rod#744 |
Same here. When you need to click to Verify how can you do that? |
hello, I'm trying to bypass cloudflare with your example_file but i'm not finding any documentation to wait until the pages is fully loaded.
As for example on aw-lab.com you have to wait like 5-6 seconds before been redirect in the home page.
I tried to use
page.Timeout(10 * time.Second).MustWaitLoad()
but it didnt wait 10 secondsThe text was updated successfully, but these errors were encountered: