-
I have following code, which runs perfectly on my local machine:
```go
func scrape(url string) (string, error) {
opts := append(chromedp.DefaultExecAllocatorOptions[:],
chromedp.NoSandbox,
…
-
## 问题描述
当我在爬取 **目标站点**: `https://19.offcn.com/` 的时候有些链接爬不全,关闭无头模式打开 chrome 开发者工具时发现有访问失败的请求再不断地重复提交导致其他请求被阻塞,导致整个页面渲染超时而导致漏爬
**正常打开时的控制台**
**crawlergo 无头模式爬取的控制台**
![crawlergo](htt…
-
Hello,
Came here from the post on dev.to - very interresting !
I just tried the tool on 2 computers (windows), and I can't get any result from Google.
I managed to have some from stackoverflow with…
-
An error occurred in the operation:clearance has expired
Excuse me, what is the reason?
```
2023/01/11 22:36:00 clearance has expired
2023/01/11 22:36:00 [Recovery] 2023/01/11 - 22:36:00 p…
-
Awesome project! Can’t wait to try it on my Amiga!
Is support for file download planned?
-
#### What versions are you running?
```console
$ go list -m github.com/chromedp/chromedp
github.com/chromedp/chromedp v0.9.1
$ google-chrome --version
Version 112.0.5615.86
$ go version
g…
-
#### What versions are you running?
```console
$ go list -m github.com/chromedp/chromedp
github.com/chromedp/chromedp v0.8.0
$ google-chrome --version
(using Docker container chromedp/headless-…
porjo updated
2 years ago
-
-
Sending a message to the browser always takes 100ms. This is because this lock:
https://github.com/rust-headless-chrome/rust-headless-chrome/blob/v1.0.8/src/browser/transport/web_socket_connection.rs…
-
After fixing #791 , we should make the tests support code coverage to make the tests more useful.
If the web test is run through chromedp, then one option is to make use of the chrome devtools prof…