Cookie

Represents a cookie. Described in https://w3c.github.io/webdriver-bidi/#type-network-Cookie.

Constructor

Members

domain

Gets the domain of the cookie.

expires

Gets the expiration date of the cookie.

httpOnly

Checks if the cookie is HTTP-only.

name

Gets the name of the cookie.

path

Gets the path of the cookie.

sameSite

Gets the same-site attribute of the cookie.

secure

Checks if the cookie is secure.

size

Gets the size of the cookie.

value

Gets the value of the cookie.