Table of Contents

Interface ICheckboxComponent

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

Provides the functionalities of the automation of a checkbox component.

[AbstractionComponent("checkbox")]
public interface ICheckboxComponent : IFormFieldComponent, IAutomationComponent, IInputComponent, IValidationComponent, IFocusableComponent, IActivableComponent
Inherited Members

Methods

GetValue()

Gets the checkbox current value.

bool? GetValue()

Returns

bool?

The checkbox current value.

SetValue(bool?)

Set the checkbox value.

void SetValue(bool? value)

Parameters

value bool?

The new checkbox value.

Exceptions

AutomationException

The checkbox value cannot be changed.