Table of Contents

Interface IInputSliderDiscreteComponent

Namespace
GroupeIsa.Neos.EndToEndTests.UI.Components
Assembly
GroupeIsa.Neos.EndToEndTests.UI.dll

Provides the functionalities of the automation of an input slider discrete component.

[AbstractionComponent("input-slider-discrete")]
public interface IInputSliderDiscreteComponent : IFormFieldComponent, IAutomationComponent, IInputComponent, IValidationComponent, IFocusableComponent, IActivableComponent
Inherited Members

Methods

GetSelectedValues()

Gets the selected value(s).

IReadOnlyCollection<decimal> GetSelectedValues()

Returns

IReadOnlyCollection<decimal>

The selected value(s) in display order.

SelectValue(decimal)

Selects a value by clicking its marker.

void SelectValue(decimal value)

Parameters

value decimal

The value to select.