kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Page
/
DeleteCookieParameter
Delete
Cookie
Parameter
@
Serializable
data
class
DeleteCookieParameter
(
val
cookieName
:
String
,
val
url
:
String
)
Members
Constructors
Delete
Cookie
Parameter
Link copied to clipboard
constructor
(
cookieName
:
String
,
url
:
String
)
Properties
cookie
Name
Link copied to clipboard
val
cookieName
:
String
Name of the cookie to remove.
url
Link copied to clipboard
val
url
:
String
URL to match cooke domain and path.