Table of Contents

Interface IGlobalSearchResultItem

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

Represents the definition of the global search result item.

public interface IGlobalSearchResultItem

Properties

Caption

Gets the caption.

string Caption { get; }

Property Value

string

Methods

Click()

Performs the click action.

bool Click()

Returns

bool

true if the result item was clicked; otherwise false.