149150151152153154155156157158159
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); }