Package com.logicaldoc.web.websockets
Class WebsocketTool
java.lang.Object
com.logicaldoc.web.websockets.WebsocketTool
Utility functions to interact with the user interface from within the
 Automation
- Since:
- 8.5.3
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
WebsocketToolpublic WebsocketTool()
 
- 
- 
Method Details- 
showMessageSend to the Interface the command to display a message- Parameters:
- session- the current session
- message- the message to display
- level- the priority, it could be: info, warn or error
 
- 
openUrlSend to the Interface the command to open an URL- Parameters:
- session- the current session
- url- the url to open
- target- the target windows, if not specified the '_blank' target will be used
 
 
-