Web Scraper Test Website

Dimensions Test Page (800x600)

This page demonstrates a container with specific dimensions for screenshot testing.

Page Information

The box below has the exact dimensions specified in the URL. It includes corner markers and rulers to help verify the screenshot dimensions.

800 x 600

Testing Instructions

When testing the screenshot service with this page:

  1. Set the width and height parameters in your screenshot request to match the dimensions in this page.
  2. Verify that the screenshot captures the entire box with the correct dimensions.
  3. Check that the corner markers are visible in the screenshot.

Sample API Request:

POST /v1.0/screenshot
{
  "url": "http://localhost:8000/dimensions/800/600",
  "width": 800,
  "height": 600,
  "format": "png"
}

Other Dimension Tests