Uses of Class
org.openqa.selenium.json.JsonInput
Packages that use JsonInput
Package
Description
-
Uses of JsonInput in org.openqa.selenium.bidi
Methods in org.openqa.selenium.bidi that return types with arguments of type JsonInputModifier and TypeMethodDescriptionMethods in org.openqa.selenium.bidi with parameters of type JsonInputConstructor parameters in org.openqa.selenium.bidi with type arguments of type JsonInput -
Uses of JsonInput in org.openqa.selenium.bidi.browsingcontext
Methods in org.openqa.selenium.bidi.browsingcontext with parameters of type JsonInputModifier and TypeMethodDescriptionstatic BrowsingContextInfo
static NavigationInfo
static NavigationResult
static UserPromptClosed
static UserPromptOpened
-
Uses of JsonInput in org.openqa.selenium.bidi.log
Methods in org.openqa.selenium.bidi.log with parameters of type JsonInputModifier and TypeMethodDescriptionstatic ConsoleLogEntry
static GenericLogEntry
static JavascriptLogEntry
static StackFrame
static StackTrace
-
Uses of JsonInput in org.openqa.selenium.bidi.network
Methods in org.openqa.selenium.bidi.network with parameters of type JsonInputModifier and TypeMethodDescriptionstatic AuthChallenge
static BaseParameters
static BytesValue
static Cookie
static FetchTimingInfo
static Header
static Initiator
static RequestData
static ResponseData
-
Uses of JsonInput in org.openqa.selenium.bidi.script
Methods in org.openqa.selenium.bidi.script with parameters of type JsonInputModifier and TypeMethodDescriptionstatic ExceptionDetails
static Message
static NodeProperties
static RealmInfo
static RegExpValue
static RemoteValue
static Source
static StackFrame
static StackTrace
static WindowProxyProperties
-
Uses of JsonInput in org.openqa.selenium.bidi.storage
Methods in org.openqa.selenium.bidi.storage with parameters of type JsonInput -
Uses of JsonInput in org.openqa.selenium.devtools
Methods in org.openqa.selenium.devtools that return types with arguments of type JsonInputMethod parameters in org.openqa.selenium.devtools with type arguments of type JsonInputModifier and TypeMethodDescriptionConstructor parameters in org.openqa.selenium.devtools with type arguments of type JsonInput -
Uses of JsonInput in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data with parameters of type JsonInput -
Uses of JsonInput in org.openqa.selenium.json
Methods in org.openqa.selenium.json that return JsonInputModifier and TypeMethodDescriptionJsonInput.addCoercers
(Iterable<TypeCoercer<?>> coercers) Add the specified type coercers to the set installed in the JSON coercion manager.JsonInput.addCoercers
(TypeCoercer<?>... coercers) Add the specified type coercers to the set installed in the JSON coercion manager.Create a newJsonInput
object to traverse the JSON string supplied the specifiedReader
.
NOTE: TheJsonInput
object returned by this method uses theBY_NAME
strategy to assign values to properties objects it deserializes.Methods in org.openqa.selenium.json that return types with arguments of type JsonInput