Interface ITabStrip
A tab strip object in a mobile application. (iOS Only)
Inherited Members
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITabStrip : ITestObject, ITestObjectDescriber, IUiObjectBase, IEnabledProvider
Methods
Select(string)
Selects the specified tab by name. (iOS Only)
Declaration
void Select(string item)
Parameters
| Type | Name | Description |
|---|---|---|
| string | item | The name of the tab to select. |
Select(uint)
Selects the specified tab by index. (iOS Only)
Declaration
void Select(uint index)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | index | The 0-based index of the tab to select. |