Пример #1
0
 public String[] getAttributeFromAllWindows(String attributeName) {
   return commandProcessor.getStringArray(
       "getAttributeFromAllWindows",
       new String[] {
         attributeName,
       });
 }
Пример #2
0
 public String[] getSelectOptions(String selectLocator) {
   return commandProcessor.getStringArray(
       "getSelectOptions",
       new String[] {
         selectLocator,
       });
 }
Пример #3
0
 public String[] getAllWindowTitles() {
   return commandProcessor.getStringArray("getAllWindowTitles", new String[] {});
 }
Пример #4
0
 public String[] getAllFields() {
   return commandProcessor.getStringArray("getAllFields", new String[] {});
 }
Пример #5
0
 public String[] getAllButtons() {
   return commandProcessor.getStringArray("getAllButtons", new String[] {});
 }