final Client client = new Client("http://localhost:8081/trading");
client.start();
client.startWebsocket();
client.add(new SetTextAction("login", "toto"));
client.add(new SetTextAction("password", "totopwd"));
client.add(new ClickAction("signin"));
client.flush();
} catch (final Exception e) {
log.error("", e);