Uses of Class
org.openqa.selenium.devtools.v141.debugger.model.Scope
Packages that use Scope
-
Uses of Scope in org.openqa.selenium.devtools.v141.debugger.model
Methods in org.openqa.selenium.devtools.v141.debugger.model that return types with arguments of type ScopeConstructor parameters in org.openqa.selenium.devtools.v141.debugger.model with type arguments of type ScopeModifierConstructorDescriptionCallFrame(CallFrameId callFrameId, String functionName, Optional<Location> functionLocation, Location location, String url, List<Scope> scopeChain, RemoteObject _this, Optional<RemoteObject> returnValue, Optional<Boolean> canBeRestarted)