Interface ICarousel
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
Orientation
Specifies how the carousel items are displayed.
Orientation Orientation { get; }
Property Value
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()