Table of Contents

Interface ITabStrip

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

A tab strip control in a Web page or application.

public interface ITabStrip : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Inherited Members
Extension Methods

Properties

Tabs

An array of strings containing the names of the tabs in this tab strip object.

ReadOnlyCollection<string> Tabs { get; }

Property Value

ReadOnlyCollection<string>

Methods

Select(string)

Selects the specified tab.

void Select(string tabName)

Parameters

tabName string

The name of tab to select.

Select(uint)

Selects the specified tab.

void Select(uint tabIndex)

Parameters

tabIndex uint

The index of the tab to select. Index values begin with 0.