public String[] getAttributeFromAllWindows(String attributeName) { return commandProcessor.getStringArray( "getAttributeFromAllWindows", new String[] { attributeName, }); }
public String[] getSelectOptions(String selectLocator) { return commandProcessor.getStringArray( "getSelectOptions", new String[] { selectLocator, }); }
public String[] getAllWindowTitles() { return commandProcessor.getStringArray("getAllWindowTitles", new String[] {}); }
public String[] getAllFields() { return commandProcessor.getStringArray("getAllFields", new String[] {}); }
public String[] getAllButtons() { return commandProcessor.getStringArray("getAllButtons", new String[] {}); }