We improved request validation for clipping and full page screenshots.
Requests that combine clip_x, clip_y, clip_width, or clip_height with full_page=true are now rejected during validation because clipping and full page capture cannot be used together.
This makes the API response clearer and prevents those requests from reaching the rendering engine as internal rendering errors.