Uses of Class
org.openqa.selenium.devtools.v112.debugger.model.Scope.Type
-
Packages that use Scope.Type Package Description org.openqa.selenium.devtools.v112.debugger.model -
-
Uses of Scope.Type in org.openqa.selenium.devtools.v112.debugger.model
Methods in org.openqa.selenium.devtools.v112.debugger.model that return Scope.Type Modifier and Type Method Description static Scope.TypeScope.Type. fromString(java.lang.String s)Scope.TypeScope. getType()Scope type.static Scope.TypeScope.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Scope.Type[]Scope.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v112.debugger.model with parameters of type Scope.Type Constructor Description Scope(Scope.Type type, RemoteObject object, java.util.Optional<java.lang.String> name, java.util.Optional<Location> startLocation, java.util.Optional<Location> endLocation)
-