String name = "My Name";
String actionType = "submit";
String caption = "This is my caption";
// String value = "This is my value";
attributes.setShortcut(new LiteralTextAssetReference(shortcut));
attributes.setName(name);
attributes.setType(actionType);
attributes.setCaption(new LiteralTextAssetReference(caption));
// attributes.setValue(value);
protocol.doActionInput(buffer, attributes);
String actualResult = bufferToString(buffer);
assertEquals("DOM buffer should match",