Package net.serenitybdd.screenplay.ui
Class Checkbox
java.lang.Object
net.serenitybdd.screenplay.ui.Checkbox
public class Checkbox
extends java.lang.Object
Interact with a checkbox element
-
Constructor Summary
Constructors Constructor Description Checkbox() -
Method Summary
Modifier and Type Method Description static SearchableTargetcalled(java.lang.String name)Locate a radio button with a given name or id.static TargetwithLabel(java.lang.String labelText)Locate a radio button with a given labelstatic TargetwithValue(java.lang.String value)Locate a radio button with a given value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Checkbox
public Checkbox()
-
-
Method Details
-
called
Locate a radio button with a given name or id. -
withValue
Locate a radio button with a given value. -
withLabel
Locate a radio button with a given label
-