Delete Cookies Request
data class DeleteCookiesRequest(name: String, url: String?, domain: String?, path: String?)
Content copied to clipboard
Represents request frame that can be used with Network#deleteCookies operation call.
Deletes browser cookies with matching name and url or domain/path pair.
See also
Constructors
DeleteCookiesRequest
Link copied to clipboard
fun DeleteCookiesRequest(name: String, url: String? = null, domain: String? = null, path: String? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard