Interface ITabStrip
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
Methods
Select(string)
Selects the specified tab.
void Select(string tabName)
Parameters
tabNamestringThe name of tab to select.
Select(uint)
Selects the specified tab.
void Select(uint tabIndex)
Parameters
tabIndexuintThe index of the tab to select. Index values begin with 0.