Table of Contents

Interface ISelectableComponent

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

Provides the functionalities of a selectable component.

public interface ISelectableComponent

Methods

GetSelectedText()

Gets the selected text in the component.

string? GetSelectedText()

Returns

string

The selected text or null if no text is selected.

SelectAllText()

Selects all the text in the component.

bool SelectAllText()

Returns

bool

true if the text has been selected; false otherwise.