Interface JavaScriptExecutor
- All Superinterfaces:
- ClientService,- Serializable
The JavaScriptExecuter service allows executing JavaScript code on the client.
- Since:
- 2.0
- 
Method Summary
- 
Method Details- 
executeEvaluate the JavaScript code on the client If the code throws an error, it will crash the web client. Accessing internals of the web client is strongly discouraged.- Parameters:
- code- the JavaScript code to evaluate
 
 
-