-
Hi, would it be possible to add a "waitForSelector" method ?
Using Playwright, you would do something like
`const res = await page.waitForSelector(selector)`
Something like this : https://play…
-
My dockerfile
FROM golang:1.22 as build
ENV CGO_ENABLED=0
WORKDIR /app
# Install CA certificates
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
COPY …
-
Hi
I have grafana dashboard contain 4 columns panel, 10 rows panel, when i run grafana-dashboard-screenshot it only capture top 5 rows!
try to increase these parameters but neither work:
chrome…
-
Hi,
I'm using openSUSE/SLES as OS on top of RPI 3b+. It is impossible to get Chromium up and running due to all its dependencies.
Firefox is installed by default. Can you provide for Firefox as …
-
command dalfox file input -b xsy.xyz.com --mining-dict --deep-domxss --follow-redirects --format plain --mining-dom --poc-type='plain' --waf-evasion -o output
using latest version
2024/06/14 13:…
-
#### What versions are you running?
```console
$ go list -m github.com/chromedp/chromedp
github.com/chromedp/chromedp v0.9.5
$ google-chrome --version
Version 122.0.6261.129 (Official Build…
-
I have test cases that fail around half the time on a send keys command with the error {"code":-32000,"message":"DOM Error while querying"}. The send keys step references an input using xpath, but the…
-
If the element "page-root" does not exist, there will be no error, and "testVal" will not be printed.
```go
err := chromedp.Run(ctx,
chromedp.TextContent("#page-root", &testVal),
)
if err …
-
**What versions are you running?**
```go
$ go list -m github.com/chromedp/chromedp
github.com/chromedp/chromedp v0.8.0
$ google-chrome --version
Google Chrome 119.0.6045.105
$ go version
go ve…
-
#### What versions are you running?
```console
$ go list -m github.com/chromedp/chromedp
github.com/chromedp/chromedp v0.9.3
$ google-chrome --version
119.0.6045.123
$ go version
go version …