Table of Contents

Interface ITabStrip

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

A tab strip object in a mobile application. (iOS Only)

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

Methods

Select(string)

Selects the specified tab by name. (iOS Only)

void Select(string item)

Parameters

item string

The name of the tab to select.

Select(uint)

Selects the specified tab by index. (iOS Only)

void Select(uint index)

Parameters

index uint

The 0-based index of the tab to select.