You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark Humphreys edited this page Jan 29, 2017
·
1 revision
AutomationSliderslider = applicationWindow.getSlider(0);
logger.info("Slider value = " + slider.getRangeValue());
// Looks like this does bad things too// progress.setRangeValue(25);// logger.info("Progress is now = " + progress.getRangeValue());