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
nullif no text is selected.
SelectAllText()
Selects all the text in the component.
bool SelectAllText()
Returns
- bool
trueif the text has been selected;falseotherwise.