public ElementInspector rightListHeader() {
return new ElementByLocatorInspector(id() + TwoListSelectionRenderer.RIGHT_LIST_HEADER_SUFFIX);
}
public InputInspector addButton() {
return new InputInspector(id() + TwoListSelectionRenderer.ADD_BUTTON_SUFFIX);
}