client.type("form4:name", 'f');
client.type("form4:name", 'o');
client.type("form4:name", 'o');
client.type("form4:name", 'b');
client.type("form4:name", 'a');
client.type("form4:name", 'r');
Object userBeanValue = server.getManagedBeanValue("#{userBean.name}");
assertTrue(userBeanValue.equals("foobar"));
String text = "not disappear because it is printed with h:outputText";
HtmlElement span = (HtmlElement)client.getElement("out4");