Package org.openqa.selenium.bidi.network
Class Cookie
java.lang.Object
org.openqa.selenium.bidi.network.Cookie
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCookie(String name, BytesValue value, @Nullable String domain, @Nullable String path, @Nullable Long size, boolean isSecure, boolean httpOnly, @Nullable Cookie.SameSite sameSite, Optional<Long> expiry) -
Method Summary
-
Constructor Details
-
Cookie
public Cookie(String name, BytesValue value, @Nullable String domain, @Nullable String path, @Nullable Long size, boolean isSecure, boolean httpOnly, @Nullable Cookie.SameSite sameSite, Optional<Long> expiry)
-
-
Method Details
-
fromJson
-
getName
-
getValue
-
getDomain
-
getPath
-
getSize
-
isSecure
public boolean isSecure() -
isHttpOnly
public boolean isHttpOnly() -
getSameSite
-
getExpiry
-
toMap
-