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 BrowsingContextInfostatic NavigationInfostatic NavigationResultstatic UserPromptClosedstatic UserPromptOpened -
Uses of JsonInput in org.openqa.selenium.bidi.log
Methods in org.openqa.selenium.bidi.log with parameters of type JsonInputModifier and TypeMethodDescriptionstatic ConsoleLogEntrystatic GenericLogEntrystatic JavascriptLogEntrystatic StackFramestatic StackTrace -
Uses of JsonInput in org.openqa.selenium.bidi.network
Methods in org.openqa.selenium.bidi.network with parameters of type JsonInputModifier and TypeMethodDescriptionstatic AuthChallengestatic BaseParametersstatic BytesValuestatic Cookiestatic FetchTimingInfostatic Headerstatic Initiatorstatic RequestDatastatic ResponseData -
Uses of JsonInput in org.openqa.selenium.bidi.script
Methods in org.openqa.selenium.bidi.script with parameters of type JsonInputModifier and TypeMethodDescriptionstatic ExceptionDetailsstatic Messagestatic NodePropertiesstatic RealmInfostatic RegExpValuestatic RemoteValuestatic Sourcestatic StackFramestatic StackTracestatic 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 newJsonInputobject to traverse the JSON string supplied the specifiedReader.
NOTE: TheJsonInputobject returned by this method uses theBY_NAMEstrategy to assign values to properties objects it deserializes.Methods in org.openqa.selenium.json that return types with arguments of type JsonInput