Package net.serenitybdd.screenplay.ui
Class Button
java.lang.Object
net.serenitybdd.screenplay.ui.Button
public class Button
extends java.lang.Object
An HTML element representing a button.
-
Constructor Summary
Constructors Constructor Description Button() -
Method Summary
Modifier and Type Method Description static SearchableTargetcalled(java.lang.String name)Locate a button element with a given name.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Button
public Button()
-
-
Method Details
-
called
Locate a button element with a given name.
-