| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.commands |
| Modifier and Type | Method and Description |
|---|---|
CallFunctionOn |
Runtime.callFunctionOn(String functionDeclaration)
Calls function with given declaration on the given object.
|
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 © 2021 Kenan Klisura. All rights reserved.