element("form1:image1").clickAndWait(OpenFacesAjaxLoadingMode.getInstance());
counter.assertText("10"); // check direct embedding
element("form1:image2").clickAndWait(OpenFacesAjaxLoadingMode.getInstance());
counter.assertText("11"); // check attaching with "for" attribute
element("form1:image3").clickAndWait(OpenFacesAjaxLoadingMode.getInstance());
counter.assertText("12"); // standalone invokation
// check operation with HTML tags
element("div2").clickAndWait(OpenFacesAjaxLoadingMode.getInstance());
counter.assertText("13"); // check attaching with "for" attribute
element("div3").clickAndWait(OpenFacesAjaxLoadingMode.getInstance());