Uses of Class
org.openqa.selenium.devtools.v114.runtime.model.RemoteObject.Type
-
Packages that use RemoteObject.Type Package Description org.openqa.selenium.devtools.v114.runtime.model -
-
Uses of RemoteObject.Type in org.openqa.selenium.devtools.v114.runtime.model
Methods in org.openqa.selenium.devtools.v114.runtime.model that return RemoteObject.Type Modifier and Type Method Description static RemoteObject.TypeRemoteObject.Type. fromString(java.lang.String s)RemoteObject.TypeRemoteObject. getType()Object type.static RemoteObject.TypeRemoteObject.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RemoteObject.Type[]RemoteObject.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v114.runtime.model with parameters of type RemoteObject.Type Constructor Description RemoteObject(RemoteObject.Type type, java.util.Optional<RemoteObject.Subtype> subtype, java.util.Optional<java.lang.String> className, java.util.Optional<java.lang.Object> value, java.util.Optional<UnserializableValue> unserializableValue, java.util.Optional<java.lang.String> description, java.util.Optional<WebDriverValue> webDriverValue, java.util.Optional<RemoteObjectId> objectId, java.util.Optional<ObjectPreview> preview, java.util.Optional<CustomPreview> customPreview)
-