Table of Contents

Interface IPanelMenuComponent

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

Provides the functionalities of a panel menu component for automation.

[AbstractionComponent("panel-menu")]
public interface IPanelMenuComponent : IAutomationComponent
Inherited Members

Methods

ClickOnExpendButton()

Clicks on the expend button.

bool ClickOnExpendButton()

Returns

bool

If the expend button have been clicked on.

ClickOnMenuItem(string)

Clicks on the menu item specified by its path.

void ClickOnMenuItem(string path)

Parameters

path string

the path to access the menu item.

GetAllPaths()

Gets all available paths in the menu.

IEnumerable<string> GetAllPaths()

Returns

IEnumerable<string>

All paths.