All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mmarquee.automation.controls.Slider Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package mmarquee.automation.controls;

/**
 * Wrapper for the Slider element.
 *
 * @author Mark Humphreys
 * Date 15/02/2016.
 *
 * IRangeProvider, ISelectionProvider, IValueProvider
 */
public final class Slider extends AutomationBase
        implements ImplementsRangeValue {

    /**
     * Construct the Slider.
     * @param builder The builder
     */
      public Slider(final ElementBuilder builder) {
        super(builder);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy