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 TypeMethodDescriptionConstructor 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 DownloadEndedstatic DownloadInfostatic NavigationResultstatic 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 StackTrace -
Uses of JsonInput in org.openqa.selenium.bidi.network
Methods in org.openqa.selenium.bidi.network with parameters of type JsonInputModifier and TypeMethodDescriptionstatic BaseParametersstatic BytesValuestatic Cookiestatic 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 RealmInfostatic RegExpValuestatic RemoteValuestatic StackTrace -
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.json
Classes in org.openqa.selenium.json that implement interfaces with type arguments of type JsonInputMethods 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