Table of Contents

Interface IToolbarComponent

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

Provides the functionalities of a toolbar component for automation.

[AbstractionComponent("toolbar")]
public interface IToolbarComponent : IAutomationComponent
Inherited Members

Methods

GetActionButtonByName(string)

Gets the action button components of the toolbar by it's name.

IButtonComponent? GetActionButtonByName(string name)

Parameters

name string

name of the button.

Returns

IButtonComponent

the button if found, otherwise null.

GetActions()

Gets the action button components of the toolbar.

IButtonComponent[] GetActions()

Returns

IButtonComponent[]

The action button components.

GetAddButton()

Gets the add button component of the toolbar.

IButtonComponent? GetAddButton()

Returns

IButtonComponent

The add button component of the toolbar if it is found otherwise null.

GetCloneButton()

Gets the clone button component of the toolbar.

IButtonComponent? GetCloneButton()

Returns

IButtonComponent

The clone button component of the toolbar if it is found otherwise null.

GetCloseButton()

Gets the close button component of the toolbar.

IButtonComponent? GetCloseButton()

Returns

IButtonComponent

The close button component of the toolbar if it is found otherwise null.

GetCustomViewComponent()

Gets the custom view component.

ICustomViewComponent GetCustomViewComponent()

Returns

ICustomViewComponent

The custom view component.

Exceptions

AutomationException

The custom view component is not present.

GetMoreButton()

Gets the more button component of the toolbar.

IMoreButtonComponent? GetMoreButton()

Returns

IMoreButtonComponent

The more button component of the toolbar if it is found otherwise null.

GetRefreshButton()

Gets the refresh button component of the toolbar.

IButtonComponent? GetRefreshButton()

Returns

IButtonComponent

The refresh button component of the toolbar if it is found otherwise null.

GetRemoveButton()

Gets the remove button component of the toolbar.

IButtonComponent? GetRemoveButton()

Returns

IButtonComponent

The remove button component of the toolbar if it is found otherwise null.

GetSaveButton()

Gets the save button component of the toolbar.

IButtonComponent? GetSaveButton()

Returns

IButtonComponent

The save button component of the toolbar if it is found otherwise null.

HasCustomViewButton()

Gets a value indicating whether the button is present.

bool HasCustomViewButton()

Returns

bool

A value indicating whether the button is present.