Interface ITabStrip
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
itemstringThe name of the tab to select.
Select(uint)
Selects the specified tab by index. (iOS Only)
void Select(uint index)
Parameters
indexuintThe 0-based index of the tab to select.