-
-
Hi!
Question in the title.
A lot of issues, PRs and nothing happened more over 1Y.
Any news?
Have a good day!
-
#### What versions are you running?
$ go list -m github.com/chromedp/chromedp
github.com/chromedp/chromedp v0.5.2
$ google-chrome --version
Google Chrome 78.0.3904.70
$ go version
go ver…
-
@bradleypeabody
This fixes the example in **examples/fetch-and-display**
```
go install github.com/oligot/go-mod-upgrade@latest
cd examples/fetch-and-display && go mod download git…
-
#### What versions are you running?
```console
$ go list -m github.com/chromedp/chromedp v0.9.1
$ google-chrome --version 114.0.5735.198 (arm64)
$ go version go version go1.20.3 darwin/arm64…
-
We would like to provide evaluation data as part of our API.
To this effect, we need to:
- [ ] Extend our database schema to include Evalution data
- [ ] Create a Golang model conforming to the schem…
-
In a fresh install, go get seems to take 6 minutes to get all dependencies
Replicate:
- `docker run -it golang:alpine3.11 /bin/sh`
- `apk add --no-cache git`
- `cd ..`
- `go get -u -v github.co…
-
Tunnel C2 thru Chrome using the `devtools` protocol.
-
Eternal will require third party application installations for the various tools that will not be embedded. Currently, the web tool requires a headless Chrome install. Chromium would be ideal but it h…
-
#### What versions are you running?
- github.com/chromedp/chromedp v0.3.0
- Google Chrome 75.0.3770.90
- go version go1.12.6 darwin/amd64
#### What did you do? Include clear steps.
Previo…