| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands |
| Modifier and Type | Method and Description |
|---|---|
void |
Debugger.setReturnValue(CallArgument newValue)
Changes return value in top frame.
|
void |
Debugger.setVariableValue(Integer scopeNumber,
String variableName,
CallArgument newValue,
String callFrameId)
Changes value of variable in a callframe.
|
| Modifier and Type | Method and Description |
|---|---|
CallFunctionOn |
Runtime.callFunctionOn(String functionDeclaration,
String objectId,
List<CallArgument> arguments,
Boolean silent,
Boolean returnByValue,
Boolean generatePreview,
Boolean userGesture,
Boolean awaitPromise,
Integer executionContextId,
String objectGroup)
Calls function with given declaration on the given object.
|
Copyright © 2020. All rights reserved.