Uses of Class
org.openqa.selenium.bidi.network.BytesValue
Packages that use BytesValue
-
Uses of BytesValue in org.openqa.selenium.bidi.network
Methods in org.openqa.selenium.bidi.network that return BytesValueModifier and TypeMethodDescriptionstatic BytesValue
BytesValue.fromJson
(org.openqa.selenium.json.JsonInput input) Cookie.getValue()
Header.getValue()
Methods in org.openqa.selenium.bidi.network with parameters of type BytesValueModifier and TypeMethodDescriptionContinueRequestParameters.body
(BytesValue value) ProvideResponseParameters.body
(BytesValue value) Constructors in org.openqa.selenium.bidi.network with parameters of type BytesValueModifierConstructorDescriptionCookie
(String name, BytesValue value, String domain, String path, long size, boolean isSecure, boolean httpOnly, Cookie.SameSite sameSite, Optional<Long> expiry) SetCookieHeader
(String name, BytesValue value) -
Uses of BytesValue in org.openqa.selenium.bidi.storage
Methods in org.openqa.selenium.bidi.storage with parameters of type BytesValueConstructors in org.openqa.selenium.bidi.storage with parameters of type BytesValue