Uses of Class
org.openqa.selenium.devtools.v141.runtime.model.CallArgument
Packages that use CallArgument
-
Uses of CallArgument in org.openqa.selenium.devtools.v141.debugger
Methods in org.openqa.selenium.devtools.v141.debugger with parameters of type CallArgumentModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Debugger.setReturnValue(CallArgument newValue) Changes return value in top frame.static org.openqa.selenium.devtools.Command<Void> Debugger.setVariableValue(Integer scopeNumber, String variableName, CallArgument newValue, CallFrameId callFrameId) Changes value of variable in a callframe.