Delayed Content
This content appeared after a 5-second delay.
Testing Instructions
When testing the screenshot service with this page:
- Set the
delay_timeparameter in your screenshot request to a value greater than 5000 milliseconds. - Verify that the screenshot captures the fully loaded content.
- Try with different delay values to see how it affects the screenshot.
Sample API Request:
POST /v1.0/screenshot
{
"url": "http://localhost:8000/delay/5",
"delay_time": 6000,
"format": "png"
}