Manual website screenshots before automation
Use RenderLog manual captures for one-off screenshots, before-and-after checks and capture settings that can later become a scheduled check.
On this page
Use this when
- Validate a reported layout issue without waiting for a schedule.
- Save a current visual state before a release or content change.
- Capture only the banner, table or widget that matters.

Start with a quick visual check
Not every page deserves an automation on day one. A bug report may need one screenshot. A release candidate may need a before-and-after image. A client may ask what the current page looks like before a change goes live.
Manual capture covers that first pass. Enter the URL, choose full page or a selector and keep the result in the same history that can later support automation, baselines and review.
Control the render before you automate
A URL alone is rarely the full capture recipe. Real pages often need waits, headers, cookies or a selector before the image becomes stable. Manual capture is where those settings should be refined first.
That is where RenderLog differs from a throwaway screenshot utility. The same capture recipe can later move into a scheduled automation without being rebuilt from scratch.
- Use full-page capture when the whole page is the unit of review.
- Use selector capture when one component matters most.
- Add waits, headers or cookies when production state needs them.
- Use steps only when the page needs a click or typed input before capture.
Know when to keep it manual and when to move on
A manual capture should stay manual if the request is rare and the page does not need ongoing ownership. That is common for bug reports, one-time client records or short release checks. There is no reason to schedule a page nobody will look at again.
Move the capture into a recurring check when the same page keeps coming back. That is where history, baselines and alerts start saving review time. If the team already keeps all visual checks in code, Playwright snapshot tests can still be the better home for that narrower job.