Closed mpgn closed 3 years ago
Yeah this makes sense, I'd have to double check how to do that using chromedp first.
Heh, looks simple enough! https://github.com/chromedp/chromedp/blob/v0.5.4/chromedp.go#L629
gowitness --disable-db --delay 10 single https://www.twitter.com
actually results in a valid screenshot since this commit now. hah!
Nice, thank you !!!
Delay not works well.
Hello
I maybe wrong but I didn't find a way to add a delay between the opening of the navigator and taking the screenshot.
Lot of the time the screenshot is made too soon and the page is not fully loaded yet. I use eyeswitness with the delay option as a workaround currently
Could be a nice addition.