Table of Contents

Interface IChipComponent

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

Provides the functionalities of the automation of a chip component.

[AbstractionComponent("chip")]
public interface IChipComponent : IContentComponent, IAutomationComponent
Inherited Members
Extension Methods

Properties

Text

Gets the text.

string Text { get; }

Property Value

string

Methods

Remove()

Removes the chip.

void Remove()