addedInput schema / $defs / ScreenshotInput / properties / backend / description
Added value: +"Backend: 'cdp', 'bidi', or 'auto'"
addedInput schema / $defs / ScreenshotInput / properties / backend / enum
Added value: +[
+ "cdp",
+ "bidi",
+ "auto"
+]
addedInput schema / $defs / ScreenshotInput / properties / format / enum
Added value: +[
+ "png",
+ "jpeg"
+]
addedInput schema / $defs / ScreenshotInput / properties / headless / description
Added value: +"Run browser in headless mode"
addedInput schema / $defs / ScreenshotInput / properties / height / description
Added value: +"Viewport height in pixels"
addedInput schema / $defs / ScreenshotInput / properties / session_id / description
Added value: +"Active session ID. If omitted, a stateless session is created for this call."
addedInput schema / $defs / ScreenshotInput / properties / wait_selector / description
Added value: +"CSS selector to wait for (used when wait_strategy='selector')"
addedInput schema / $defs / ScreenshotInput / properties / wait_strategy / description
Added value: +"Wait strategy: load, domcontentloaded, networkidle, selector, url, none"
addedInput schema / $defs / ScreenshotInput / properties / wait_strategy / enum
Added value: +[
+ "load",
+ "domcontentloaded",
+ "networkidle",
+ "selector",
+ "url",
+ "none"
+]
addedInput schema / $defs / ScreenshotInput / properties / wait_timeout / description
Added value: +"Timeout in ms for wait conditions"
addedInput schema / $defs / ScreenshotInput / properties / width / description
Added value: +"Viewport width in pixels"