Delayed Content
This content appeared after a 3-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 3000 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/3",
"delay_time": 4000,
"format": "png"
}