projectdiscovery / httpx

httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.
https://docs.projectdiscovery.io/tools/httpx
MIT License
7.53k stars 822 forks source link

Added Idle Time Before Screenshot Capture #1917

Closed michael2to3 closed 1 week ago

michael2to3 commented 2 weeks ago

Previously, the screenshot feature would capture only the loading screen. Now, you can specify how long to wait before capturing a screenshot, allowing the page to fully load. I've attached two comparison images: the "before" screenshot shows just the loading spinner, while the "after" screenshot displays the fully loaded page Before: 1 After: 2

michael2to3 commented 2 weeks ago

That no my fault ;) 3