stealth icon indicating copy to clipboard operation
stealth copied to clipboard

Questions: Cloudflare Waiting Room

Open ManuCiao10 opened this issue 1 year ago • 7 comments

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 seconds

ManuCiao10 avatar Sep 20 '22 20:09 ManuCiao10

I think you misunderstand how timeout and context work in golang. Please check https://go-rod.github.io/#/context-and-timeout

ysmood avatar Sep 21 '22 10:09 ysmood