Uses of Class
org.openqa.selenium.devtools.v141.debugger.model.CallFrameId
Packages that use CallFrameId
Package
Description
-
Uses of CallFrameId in org.openqa.selenium.devtools.v141.debugger
Methods in org.openqa.selenium.devtools.v141.debugger with parameters of type CallFrameIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Debugger.EvaluateOnCallFrameResponse> Debugger.evaluateOnCallFrame(CallFrameId callFrameId, String expression, Optional<String> objectGroup, Optional<Boolean> includeCommandLineAPI, Optional<Boolean> silent, Optional<Boolean> returnByValue, Optional<Boolean> generatePreview, Optional<Boolean> throwOnSideEffect, Optional<TimeDelta> timeout) Evaluates expression on a given call frame.static org.openqa.selenium.devtools.Command<Debugger.RestartFrameResponse> Debugger.restartFrame(CallFrameId callFrameId, Optional<Debugger.RestartFrameMode> mode) Restarts particular call frame from the beginning.static org.openqa.selenium.devtools.Command<Void> Debugger.setVariableValue(Integer scopeNumber, String variableName, CallArgument newValue, CallFrameId callFrameId) Changes value of variable in a callframe. -
Uses of CallFrameId in org.openqa.selenium.devtools.v141.debugger.model
Methods in org.openqa.selenium.devtools.v141.debugger.model that return CallFrameIdConstructors in org.openqa.selenium.devtools.v141.debugger.model with parameters of type CallFrameIdModifierConstructorDescriptionCallFrame(CallFrameId callFrameId, String functionName, Optional<Location> functionLocation, Location location, String url, List<Scope> scopeChain, RemoteObject _this, Optional<RemoteObject> returnValue, Optional<Boolean> canBeRestarted)