We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba7f3b9 + 2d6d71f commit 9e78dc7Copy full SHA for 9e78dc7
runner/runner.go
@@ -298,6 +298,7 @@ func New(options *Options) (*Runner, error) {
298
scanopts.NoHeadlessBody = options.NoHeadlessBody
299
scanopts.UseInstalledChrome = options.UseInstalledChrome
300
scanopts.ScreenshotTimeout = options.ScreenshotTimeout
301
+ scanopts.ScreenshotIdle = options.ScreenshotIdle
302
303
if options.OutputExtractRegexs != nil {
304
for _, regex := range options.OutputExtractRegexs {
0 commit comments