Uses of Class
org.openqa.selenium.devtools.debugger.model.Scope
-
Packages that use Scope Package Description org.openqa.selenium.devtools.debugger.model -
-
Uses of Scope in org.openqa.selenium.devtools.debugger.model
Methods in org.openqa.selenium.devtools.debugger.model that return types with arguments of type Scope Modifier and Type Method Description java.util.List<Scope>
CallFrame. getScopeChain()
Scope chain for this call frame.Constructor parameters in org.openqa.selenium.devtools.debugger.model with type arguments of type Scope Constructor Description CallFrame(CallFrameId callFrameId, java.lang.String functionName, java.util.Optional<Location> functionLocation, Location location, java.lang.String url, java.util.List<Scope> scopeChain, RemoteObject _this, java.util.Optional<RemoteObject> returnValue)
-