kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Storage
/
SetCookiesParameter
Set
Cookies
Parameter
@
Serializable
data
class
SetCookiesParameter
(
val
cookies
:
List
<
Network.CookieParam
>
,
val
browserContextId
:
String
?
=
null
)
Members
Constructors
Set
Cookies
Parameter
Link copied to clipboard
constructor
(
cookies
:
List
<
Network.CookieParam
>
,
browserContextId
:
String
?
=
null
)
Properties
browser
Context
Id
Link copied to clipboard
val
browserContextId
:
String
?
=
null
Browser context to use when called on the browser endpoint.
cookies
Link copied to clipboard
val
cookies
:
List
<
Network.CookieParam
>
Cookies to be set.