| Package | Description |
|---|---|
| com.qeagle.devtools.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 © 2020. All rights reserved.