-
Notifications
You must be signed in to change notification settings - Fork 53
progressbar
Mark Humphreys edited this page Jan 29, 2017
·
1 revision
AutomationProgressBar progress = applicationWindow.getProgressBar(0);
logger.info("Progress = " + progress.getRangeValue());
// Looks like this does bad things
// progress.setRangeValue(100.0);
// logger.info("Progress is now = " + progress.getRangeValue());