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