Table of Contents

Interface IButton

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

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

string

Text

The text on the button.

string Text { get; }

Property Value

string