Uses of Enum Class
org.openqa.selenium.bidi.script.RemoteValue.Type
Packages that use RemoteValue.Type
-
Uses of RemoteValue.Type in org.openqa.selenium.bidi.script
Subclasses with type arguments of type RemoteValue.Type in org.openqa.selenium.bidi.scriptMethods in org.openqa.selenium.bidi.script that return RemoteValue.TypeModifier and TypeMethodDescriptionstatic RemoteValue.TypeRemoteValue.Type.findByName(String name) static RemoteValue.TypeReturns the enum constant of this class with the specified name.static RemoteValue.Type[]RemoteValue.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.bidi.script with parameters of type RemoteValue.TypeModifierConstructorDescriptionRemoteValue(RemoteValue.Type type, Optional<String> handle, Optional<String> internalId, Optional<Object> value, Optional<String> sharedId)