Table of Contents

Interface ICarousel

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

An SAPUI5 carousel object.

public interface ICarousel : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Inherited Members
Extension Methods

Properties

ItemsCount

The number of items contained in this carousel.

uint ItemsCount { get; }

Property Value

uint

Orientation

Specifies how the carousel items are displayed.

Orientation Orientation { get; }

Property Value

Orientation

Remarks

Possible values: Orientation

Methods

Next()

Slides this carousel to the next item.

void Next()

Previous()

Slides this carousel to the previous item.

void Previous()