Delete Cookies Request
@Serializable
Request object containing input parameters for the NetworkDomain.deleteCookies command.
Constructors
Link copied to clipboard
constructor(name: String, url: String? = null, domain: String? = null, path: String? = null, partitionKey: CookiePartitionKey? = null)
Types
Link copied to clipboard
A builder for DeleteCookiesRequest, which allows setting the optional parameters of the NetworkDomain.deleteCookies command via a lambda.