Interface IButton
A Web button, for example: <button> tag or <input type="button">
Inherited Members
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public interface IButton : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Remarks
Examples of button types: submit, reset
Properties
ButtonType
The button type.
Declaration
string ButtonType { get; }
Property Value
| Type | Description |
|---|---|
| string |
Text
The text on the button.
Declaration
string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |