Table of Contents

Interface IFormFieldComponent

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

Provides the functionalities of the automation of a form-field component.

[AbstractionComponent("form-field")]
public interface IFormFieldComponent : IAutomationComponent, IInputComponent, IValidationComponent, IFocusableComponent
Inherited Members

Properties

HasRequiredIndicator

Gets a value indicating whether the indicator required is displayed.

bool HasRequiredIndicator { get; }

Property Value

bool

IsReadOnly

Gets a value indicating whether the component is read only.

bool IsReadOnly { get; }

Property Value

bool

Methods

GetCaptionText()

Gets the text of caption.

string GetCaptionText()

Returns

string

The text of caption.