Table of Contents

Interface ITabsItemComponent

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

Provides the functionalities of the automation of a tabs page component.

[AbstractionComponent("tab-item")]
public interface ITabsItemComponent : IAutomationComponent, IFocusableComponent
Inherited Members

Properties

CaptionText

Gets the text of caption.

string CaptionText { get; }

Property Value

string

IsSelected

Gets a value indicating whether this tab page is selected.

bool IsSelected { get; }

Property Value

bool

Methods

Select()

Selects this page.

bool Select()

Returns

bool

true if the page has been selected; otherwise false.