-
-
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…
-
"Apologies for possibly a silly question. Is it possible to use GET/POST requests with the "net/http client" directly or perhaps through chromedp, which would act as a proxy server? If not, could you …
-
#### 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 did you do? Include clear steps.
I ran `docker run -p 9222:9222 --rm --name headless-shell chromedp/headless-shell` on an M1 mac
#### What did you expect to see?
The docker container …
-
Hi!
Question in the title.
A lot of issues, PRs and nothing happened more over 1Y.
Any news?
Have a good day!
-
**Is your feature request related to a problem? Please describe.**
Carriers like UPS are not able to send their billing invoices by e-mail automatically. It requires manual login and invoice download…
-
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.
-
```
go get -u github.com/geziyor/geziyor
go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and install a command,…