Skip to content

Commit

Permalink
Merge pull request #2059 from v1stra/main
Browse files Browse the repository at this point in the history
Fixed issue with screenshot options when using httpx as a library (ScreenshotIdle option)
  • Loading branch information
Mzack9999 authored Jan 20, 2025
2 parents ba7f3b9 + 2d6d71f commit 9e78dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ func New(options *Options) (*Runner, error) {
scanopts.NoHeadlessBody = options.NoHeadlessBody
scanopts.UseInstalledChrome = options.UseInstalledChrome
scanopts.ScreenshotTimeout = options.ScreenshotTimeout
scanopts.ScreenshotIdle = options.ScreenshotIdle

if options.OutputExtractRegexs != nil {
for _, regex := range options.OutputExtractRegexs {
Expand Down

0 comments on commit 9e78dc7

Please sign in to comment.