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