Web Scraper Test Website

Delay Test Page (3s)

This page demonstrates delayed content loading for testing the delay_time parameter.

Page Information

The content below will appear after the specified delay. This simulates a page that requires time to fully render.

Loading Timer

3

Delayed Content

This content appeared after a 3-second delay.

Delayed Image

Testing Instructions

When testing the screenshot service with this page:

  1. Set the delay_time parameter in your screenshot request to a value greater than 3000 milliseconds.
  2. Verify that the screenshot captures the fully loaded content.
  3. 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"
}