Skip to content

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());
Clone this wiki locally