Uses of Class
org.openqa.selenium.json.TypeCoercer
-
Uses of TypeCoercer in org.openqa.selenium.json
Subclasses of TypeCoercer in org.openqa.selenium.jsonMethods in org.openqa.selenium.json with parameters of type TypeCoercerModifier and TypeMethodDescriptionJsonInput.addCoercers(TypeCoercer<?>... coercers) Add the specified type coercers to the set installed in the JSON coercion manager.Method parameters in org.openqa.selenium.json with type arguments of type TypeCoercerModifier and TypeMethodDescriptionJsonInput.addCoercers(Iterable<TypeCoercer<?>> coercers) Add the specified type coercers to the set installed in the JSON coercion manager.