This page demonstrates dynamically loaded content for testing the delay_time parameter.
The content below is loaded dynamically via JavaScript after the page loads. This simulates a common pattern in modern web applications.
Click the button below to load dynamic content:
When testing the screenshot service with this page:
POST /v1.0/screenshot
{
"url": "http://localhost:8000/dynamic",
"delay_time": 500,
"format": "png"
}
POST /v1.0/screenshot
{
"url": "http://localhost:8000/dynamic",
"delay_time": 3000,
"format": "png"
}