Class DeviceBoundSessionCookieCraving
java.lang.Object
org.openqa.selenium.devtools.v145.network.model.DeviceBoundSessionCookieCraving
A device bound session's cookie craving.
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceBoundSessionCookieCraving(String name, String domain, String path, Boolean secure, Boolean httpOnly, Optional<CookieSameSite> sameSite) -
Method Summary
-
Constructor Details
-
DeviceBoundSessionCookieCraving
-
-
Method Details
-
getName
The name of the craving. -
getDomain
The domain of the craving. -
getPath
The path of the craving. -
getSecure
The `Secure` attribute of the craving attributes. -
getHttpOnly
The `HttpOnly` attribute of the craving attributes. -
getSameSite
The `SameSite` attribute of the craving attributes.
-