Uses of Enum Class
org.openqa.selenium.devtools.v141.debugger.model.Scope.Type
Packages that use Scope.Type
-
Uses of Scope.Type in org.openqa.selenium.devtools.v141.debugger.model
Methods in org.openqa.selenium.devtools.v141.debugger.model that return Scope.TypeModifier and TypeMethodDescriptionstatic Scope.TypeScope.Type.fromString(String s) Scope.getType()Scope type.static Scope.TypeReturns the enum constant of this class with the specified name.static Scope.Type[]Scope.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.debugger.model with parameters of type Scope.TypeModifierConstructorDescriptionScope(Scope.Type type, RemoteObject object, Optional<String> name, Optional<Location> startLocation, Optional<Location> endLocation)