Table of Contents

Interface ITextBoxComponent

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

Provides the functionalities of the automation of a texbox component.

[AbstractionComponent("textbox")]
public interface ITextBoxComponent : IStringInputComponent, IClearableComponent, ISelectableComponent, IFormFieldComponent, IAutomationComponent, IInputComponent, IValidationComponent, IFocusableComponent
Inherited Members

Methods

SetInplaceValue(string?)

Set the in place textbox value.

void SetInplaceValue(string? value)

Parameters

value string

The new textbox value.

Exceptions

AutomationException

The textbox value cannot be changed.