-
Currently in the process of scraping, chromedp will log various errors that don't seem to have any actual negative impact on the scraping process, i.e.:
```
ERROR: could not unmarshal event: unknown C…
jpahm updated
14 hours ago
-
Using a chromedp script to request lightpanda CDP, I get the following error:
```
error(server): do error: error.MissingField
```
chromedp sent the message:
```
2024-10-24T16:20:04.571+0200 …
-
#### What versions are you running?
```console
$ go list -m github.com/chromedp/chromedp
github.com/chromedp/chromedp v0.11.2
$ google-chrome --version
Chromium 133.0.6835.0
$ go version
…
-
Currently, the coursebook scraper uses calls to `utils.RetryHTTP` (defined in `utils/methods.go`) in order to handle the automatic retry process for requests. In these calls, it provides a callback wh…
jpahm updated
1 month ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
# Prevent chromedp Chromium zombie processes from stacking | Aymeric Beaumet
I have recently been playing with
chromedp. Chromedp is a Go library that
enables you to control a Chromium browser progra…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
**Is your feature request related to a problem? Please describe.**
I wonder if is possible to use my personal data dir. Os i can use my sessions to take screenshots from pages that required login usi…
-
is also the go.mod
next release maybe you want to use the latest go when not much change needed on codebase
-
With either Rod or chromedp it's easy to automate a browser to input certain values. However at the point where we need to browse files, these need to be retrieved to a local directory.