Package com.logicaldoc.web.websockets
Class WebsocketTool
- java.lang.Object
-
- com.logicaldoc.web.websockets.WebsocketTool
-
public class WebsocketTool extends Object
Utility functions to interact with the user interface from within the Automation- Since:
- 8.5.3
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description WebsocketTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
openUrl(Session session, String url, String target)
Send to the Interface the command to open an URLvoid
showMessage(Session session, String message, String level)
Send to the Interface the command to display a message
-