Table of Contents

Interface IStringInputComponent

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

Provides the functionalities of the automation of a string input component.

public interface IStringInputComponent : IClearableComponent, ISelectableComponent
Inherited Members

Methods

GetValue()

Gets the textbox current value.

string? GetValue()

Returns

string

The textbox current value.

SetValue(string?)

Sets the textbox value.

void SetValue(string? value)

Parameters

value string

The new textbox value.

Exceptions

AutomationException

The input field value cannot be cleared or changed.