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, String domain, String path, long size, boolean isSecure, boolean httpOnly, Cookie.SameSite sameSite, Optional<Long> expiry)  - 
Method Summary
 
- 
Constructor Details
- 
Cookie
public Cookie(String name, BytesValue value, String domain, String path, long size, boolean isSecure, boolean httpOnly, Cookie.SameSite sameSite, Optional<Long> expiry)  
 - 
 - 
Method Details
- 
fromJson
 - 
getName
 - 
getValue
 - 
getDomain
 - 
getPath
 - 
getSize
public long getSize() - 
isSecure
public boolean isSecure() - 
isHttpOnly
public boolean isHttpOnly() - 
getSameSite
 - 
getExpiry
 - 
toMap
 
 -