Skip to content

Commit 9e78dc7

Browse files
authored
Merge pull request #2059 from v1stra/main
Fixed issue with screenshot options when using httpx as a library (ScreenshotIdle option)
2 parents ba7f3b9 + 2d6d71f commit 9e78dc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runner/runner.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ func New(options *Options) (*Runner, error) {
298298
scanopts.NoHeadlessBody = options.NoHeadlessBody
299299
scanopts.UseInstalledChrome = options.UseInstalledChrome
300300
scanopts.ScreenshotTimeout = options.ScreenshotTimeout
301+
scanopts.ScreenshotIdle = options.ScreenshotIdle
301302

302303
if options.OutputExtractRegexs != nil {
303304
for _, regex := range options.OutputExtractRegexs {

0 commit comments

Comments
 (0)