Esempio n. 1
0
 public String[] getAttributeFromAllWindows(String attributeName) {
   return commandProcessor.getStringArray(
       "getAttributeFromAllWindows",
       new String[] {
         attributeName,
       });
 }
Esempio n. 2
0
 public String[] getSelectOptions(String selectLocator) {
   return commandProcessor.getStringArray(
       "getSelectOptions",
       new String[] {
         selectLocator,
       });
 }
Esempio n. 3
0
 public String[] getAllWindowTitles() {
   return commandProcessor.getStringArray("getAllWindowTitles", new String[] {});
 }
Esempio n. 4
0
 public String[] getAllFields() {
   return commandProcessor.getStringArray("getAllFields", new String[] {});
 }
Esempio n. 5
0
 public String[] getAllButtons() {
   return commandProcessor.getStringArray("getAllButtons", new String[] {});
 }