public ForEach setCounterValue(String startExpression, String finalExpression) { BPELPropertiesView properties = new BPELPropertiesView(); properties.selectTab("Counter Values"); Bot.get().styledText(0).setText(startExpression); Bot.get().styledText(1).setText(finalExpression); bpelEditor.save(); return this; }
private static void closeWelcomeScreen() { try { Bot.get().viewByTitle("Welcome").close(); } catch (Exception ex) { // Ignore } }