addedInput schema / $defs / ScreencastInput / properties / backend / description
Added value: +"Backend: 'cdp', 'bidi', or 'auto'"
addedInput schema / $defs / ScreencastInput / properties / backend / enum
Added value: +[
+ "cdp",
+ "bidi",
+ "auto"
+]
addedInput schema / $defs / ScreencastInput / properties / format / description
Added value: +"Image format: 'png' or 'jpeg'"
addedInput schema / $defs / ScreencastInput / properties / format / enum
Added value: +[
+ "png",
+ "jpeg"
+]
addedInput schema / $defs / ScreencastInput / properties / headless / description
Added value: +"Run browser in headless mode"
addedInput schema / $defs / ScreencastInput / properties / max_height / description
Added value: +"Maximum screenshot height in pixels"
addedInput schema / $defs / ScreencastInput / properties / max_width / description
Added value: +"Maximum screenshot width in pixels"
addedInput schema / $defs / ScreencastInput / properties / quality / description
Added value: +"JPEG quality 1-100 (ignored for PNG)"
addedInput schema / $defs / ScreencastInput / properties / session_id / description
Added value: +"Active session ID. If omitted, a stateless session is created for this call."
addedInput schema / $defs / ScreencastInput / properties / url / description
Added value: +"URL to navigate to (required without session_id)"
addedInput schema / $defs / ScreencastInput / properties / wait_timeout / description
Added value: +"Timeout in ms for wait conditions"
addedInput schema / $defs / ScreencastInput / properties / wait_timeout / maximum
Added value: +300000
addedInput schema / $defs / ScreencastInput / properties / wait_timeout / minimum
Added value: +1000