Interface ITabStrip
A tab strip control in a Web page or application.
Inherited Members
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITabStrip : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Properties
Tabs
An array of strings containing the names of the tabs in this tab strip object.
Declaration
ReadOnlyCollection<string> Tabs { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<string> |
Methods
Select(string)
Selects the specified tab.
Declaration
void Select(string tabName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tabName | The name of tab to select. |
Select(uint)
Selects the specified tab.
Declaration
void Select(uint tabIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | tabIndex | The index of the tab to select. Index values begin with 0. |