Uses of Class
org.openqa.selenium.json.JsonInput
-
-
Uses of JsonInput in org.openqa.selenium.bidi
Methods in org.openqa.selenium.bidi that return types with arguments of type JsonInput Modifier and Type Method Description static <X> java.util.function.Function<JsonInput,X>
ConverterFunctions. map(java.lang.String keyName, java.lang.reflect.Type typeOfX)
Methods in org.openqa.selenium.bidi with parameters of type JsonInput Modifier and Type Method Description static BiDiSessionStatus
BiDiSessionStatus. fromJson(JsonInput input)
Constructor parameters in org.openqa.selenium.bidi with type arguments of type JsonInput Constructor Description Command(java.lang.String method, java.util.Map<java.lang.String,java.lang.Object> params, java.util.function.Function<JsonInput,X> mapper)
Command(java.lang.String method, java.util.Map<java.lang.String,java.lang.Object> params, java.util.function.Function<JsonInput,X> mapper, boolean sendsResponse)
-
Uses of JsonInput in org.openqa.selenium.bidi.browsingcontext
Methods in org.openqa.selenium.bidi.browsingcontext with parameters of type JsonInput Modifier and Type Method Description static BrowsingContextInfo
BrowsingContextInfo. fromJson(JsonInput input)
static NavigationResult
NavigationResult. fromJson(JsonInput input)
-
Uses of JsonInput in org.openqa.selenium.bidi.log
Methods in org.openqa.selenium.bidi.log with parameters of type JsonInput Modifier and Type Method Description static ConsoleLogEntry
ConsoleLogEntry. fromJson(JsonInput input)
static GenericLogEntry
GenericLogEntry. fromJson(JsonInput input)
static JavascriptLogEntry
JavascriptLogEntry. fromJson(JsonInput input)
static StackFrame
StackFrame. fromJson(JsonInput input)
static StackTrace
StackTrace. fromJson(JsonInput input)
-
Uses of JsonInput in org.openqa.selenium.devtools
Methods in org.openqa.selenium.devtools that return types with arguments of type JsonInput Modifier and Type Method Description static <X> java.util.function.Function<JsonInput,X>
ConverterFunctions. map(java.lang.String keyName, java.lang.reflect.Type typeOfX)
Constructor parameters in org.openqa.selenium.devtools with type arguments of type JsonInput Constructor Description Command(java.lang.String method, java.util.Map<java.lang.String,java.lang.Object> params, java.util.function.Function<JsonInput,X> mapper)
Event(java.lang.String method, java.util.function.Function<JsonInput,X> mapper)
-
Uses of JsonInput in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data with parameters of type JsonInput Modifier and Type Method Description static NodeStatus
NodeStatus. fromJson(JsonInput input)
-
Uses of JsonInput in org.openqa.selenium.json
Methods in org.openqa.selenium.json that return JsonInput Modifier and Type Method Description JsonInput
JsonInput. addCoercers(java.lang.Iterable<TypeCoercer<?>> coercers)
JsonInput
JsonInput. addCoercers(TypeCoercer<?>... coercers)
JsonInput
Json. newInput(java.io.Reader from)
Methods in org.openqa.selenium.json that return types with arguments of type JsonInput Modifier and Type Method Description java.util.function.BiFunction<JsonInput,PropertySetting,java.lang.Boolean>
BooleanCoercer. apply(java.lang.reflect.Type type)
java.util.function.BiFunction<JsonInput,PropertySetting,T>
CollectionCoercer. apply(java.lang.reflect.Type type)
java.util.function.BiFunction<JsonInput,PropertySetting,T>
EnumCoercer. apply(java.lang.reflect.Type type)
java.util.function.BiFunction<JsonInput,PropertySetting,java.time.Instant>
InstantCoercer. apply(java.lang.reflect.Type type)
java.util.function.BiFunction<JsonInput,PropertySetting,java.lang.Object>
StaticInitializerCoercer. apply(java.lang.reflect.Type type)
java.util.function.BiFunction<JsonInput,PropertySetting,java.lang.String>
StringCoercer. apply(java.lang.reflect.Type type)
abstract java.util.function.BiFunction<JsonInput,PropertySetting,T>
TypeCoercer. apply(java.lang.reflect.Type type)
-