Interface Button

All Superinterfaces:
Clickable, EnabledProvider, LocationInfoProvider, SupportDragAndDrop, SupportsNativeObject, TestObject, TestObjectDescriber, VisibleProvider, WaitUntilEnabledProvider, WaitUntilVisibleProvider, WebElement, WebTestObject, WebTestObjectDescriber
All Known Subinterfaces:
Button, RadioButton, ToggleButton

public interface Button extends WebElement, WaitUntilEnabledProvider
A Web button, for example: <button> tag or <input type="button">
Examples of button types: submit, reset