Table of Contents

Interface IMoreButtonComponent

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

Provides the functionalities of a ActionList button component for automation.

public interface IMoreButtonComponent : IButtonComponent, IContentComponent, IClickableComponent, IAutomationComponent, IFocusableComponent, IActivableComponent
Inherited Members
Extension Methods

Methods

GetAddButton()

Gets the add button component of the toolbar. If the dropdown is not open, a click is sent to open it to display the dropdown.

IButtonComponent? GetAddButton()

Returns

IButtonComponent

The add button if found otherwise null.

GetCloneButton()

Gets the clone button component of the toolbar. If the dropdown is not open, a click is sent to open it to display the dropdown.

IButtonComponent? GetCloneButton()

Returns

IButtonComponent

The clone button if found otherwise null.

GetRemoveButton()

Gets the remove button component of the toolbar. If the dropdown is not open, a click is sent to open it to display the dropdown.

IButtonComponent? GetRemoveButton()

Returns

IButtonComponent

The remove button if found otherwise null.