Web Scraper Test Website

Dynamic Content Test Page

This page demonstrates dynamically loaded content for testing the delay_time parameter.

Page Information

The content below is loaded dynamically via JavaScript after the page loads. This simulates a common pattern in modern web applications.

Dynamic Content

Click the button below to load dynamic content:

Testing Instructions

When testing the screenshot service with this page:

  1. First take a screenshot with a short delay_time (e.g., 500ms) to capture the page before dynamic content loads.
  2. Then take a screenshot with a longer delay_time (e.g., 3000ms) to capture the page after dynamic content loads.
  3. Compare the two screenshots to verify that delay_time affects the capture of dynamic content.

Sample API Requests:

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"
}