53545556575859606162
* @param name */ public void remove(Computer computer, String name) { stop(computer, name); try { computer.getNode().getRootPath().act(new RemoveSeleniumServer(name)); } catch (Exception e) { } }