Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue with screenshot options when using httpx as a library (ScreenshotIdle option) #2059

Merged
merged 5 commits into from
Jan 20, 2025

Conversation

v1stra
Copy link
Contributor

@v1stra v1stra commented Jan 5, 2025

ScreenshotIdle was not being set when configured in the options type and passed like h.client, _ = runner.New(&options). ScreenshotIdle then defaulted to 0 when passed to r.browser.ScreenshotWithBody resulting in no screenshot.

ehsandeep and others added 4 commits October 21, 2024 03:56
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.31.0.
- [Commits](golang/crypto@v0.27.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…abot/go_modules/golang.org/x/crypto-0.31.0
@ehsandeep ehsandeep changed the base branch from main to dev January 5, 2025 22:26
@GeorginaReeder
Copy link

Thanks for your contribution @v1stra !

@Mzack9999 Mzack9999 self-requested a review January 16, 2025 19:47
@Mzack9999 Mzack9999 merged commit 9e78dc7 into projectdiscovery:dev Jan 20, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants