Class CookiePartitionKey
java.lang.Object
org.openqa.selenium.devtools.v141.network.model.CookiePartitionKey
cookiePartitionKey object
The representation of the components of the key that are created by the cookiePartitionKey class contained in net/cookies/cookie_partition_key.h.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIndicates if the cookie has any ancestors that are cross-site to the topLevelSite.The site of the top-level URL the browser was visiting at the start of the request to the endpoint that set the cookie.
-
Constructor Details
-
CookiePartitionKey
-
-
Method Details
-
getTopLevelSite
The site of the top-level URL the browser was visiting at the start of the request to the endpoint that set the cookie. -
getHasCrossSiteAncestor
Indicates if the cookie has any ancestors that are cross-site to the topLevelSite.
-