Interface IButton
A button in a SAP GUI for Windows application.
public interface IButton : IElement, ITestObject, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider
- Inherited Members
- Extension Methods
Properties
ContainerName
The name of the parent object.
string ContainerName { get; }
Property Value
Text
The text associated with the button.
string Text { get; }
Property Value
Tooltip
The button's tooltip text.
string Tooltip { get; }
Property Value
Methods
Click()
Clicks the button.
void Click()
SetFocus()
Sets focus on the button.
void SetFocus()