Interface IToolBar
A Java toolbar.
public interface IToolBar : IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
- Inherited Members
- Extension Methods
Properties
Buttons
The toolbar buttons in this toolbar.
ReadOnlyCollection<IToolBarButton> Buttons { get; }
Property Value
SelectedButtons
The selected buttons in this toolbar.
ReadOnlyCollection<IToolBarButton> SelectedButtons { get; }
Property Value
Methods
GetButton(string)
Returns the button with the specified text.
IToolBarButton GetButton(string text)
Parameters
textstringThe text.