@duneavv
@duneavv
I have the following error => `func main() { req := url.NewRequest() headers := url.NewHeaders() headers.Set("User-Agent", "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36") req.Headers = headers...
Have the following error: ``` Get "https://www.costco.com.mx/": tls: CurvePreferences includes unsupported curve panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x30 pc=0x6fc110] goroutine...
Hello friend! Is it possible to w8 until a web page is loaded? Otherwise I cant parse html body. Thanks in advance!
So, I need to control my Chrome, which I starts with terminal command: `google-chrome --remote-debugging-port=9222` For example with Golang library, I can do it like this: ``` func main() {...