Table of Contents

Interface IRecyclerView

Namespace
HP.LFT.SDK.Mobile
Assembly
HP.LFT.SDK.dll

A recycler view object in a mobile application.

public interface IRecyclerView : ITestObject, ITestObjectDescriber, IUiObjectBase, IEnabledProvider
Inherited Members
Extension Methods

Methods

Scroll(uint)

Scrolls to the specified item in the recycler view.

void Scroll(uint item)

Parameters

item uint

The item to scroll to.

Select(uint)

Selects an item in the recycler view.

void Select(uint item)

Parameters

item uint

The item to select.