addedInput schema / $defs / CookiesDeleteInput / properties / backend / description
Added value: +"Backend: 'cdp', 'bidi', or 'auto'"
addedInput schema / $defs / CookiesDeleteInput / properties / backend / enum
Added value: +[
+ "cdp",
+ "bidi",
+ "auto"
+]
addedInput schema / $defs / CookiesDeleteInput / properties / domain / description
Added value: +"Cookie domain"
addedInput schema / $defs / CookiesDeleteInput / properties / domain / minLength
Added value: +1
addedInput schema / $defs / CookiesDeleteInput / properties / headless / description
Added value: +"Run browser in headless mode"
addedInput schema / $defs / CookiesDeleteInput / properties / name / description
Added value: +"Name of the item"
addedInput schema / $defs / CookiesDeleteInput / properties / name / minLength
Added value: +1
addedInput schema / $defs / CookiesDeleteInput / properties / session_id / description
Added value: +"Active session ID. If omitted, a stateless session is created for this call."
addedInput schema / $defs / CookiesDeleteInput / properties / url / description
Added value: +"URL to navigate to (required without session_id)"
addedInput schema / $defs / CookiesDeleteInput / properties / wait_timeout / description
Added value: +"Timeout in ms for wait conditions"
addedInput schema / $defs / CookiesDeleteInput / properties / wait_timeout / maximum
Added value: +300000
addedInput schema / $defs / CookiesDeleteInput / properties / wait_timeout / minimum
Added value: +1000