Builder

class Builder(val name: String)

A builder for DeleteCookiesRequest, which allows setting the optional parameters of the NetworkDomain.deleteCookies command via a lambda.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

If specified, deletes only cookies with the exact domain.

Link copied to clipboard

Name of the cookies to remove.

Link copied to clipboard

If specified, deletes only cookies with the the given name and partitionKey where all partition key attributes match the cookie partition key attribute.

Link copied to clipboard
var path: String?

If specified, deletes only cookies with the exact path.

Link copied to clipboard
var url: String?

If specified, deletes all the cookies with the given name where domain and path match provided URL.

Functions

Link copied to clipboard