Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chromedp ¶
type Chromedp struct {
// contains filtered or unexported fields
}
Chromedp is a driver that probes web targets using chromedp Implementation ref: https://github.com/chromedp/examples/blob/master/multi/main.go
func NewChromedp ¶
NewChromedp returns a new Chromedp instance
type Gorod ¶
type Gorod struct {
// contains filtered or unexported fields
}
Gorod is a driver that probes web targets using go-rod
func NewGorod ¶
New gets a new Runner ready for probing. It's up to the caller to call Close() on the instance.
Click to show internal directories.
Click to hide internal directories.