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 SearchableTarget called​(java.lang.String name)
    Locate a radio button with a given name or id.
    static Target withLabel​(java.lang.String labelText)
    Locate a radio button with a given label
    static Target withValue​(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

      public static SearchableTarget called​(java.lang.String name)
      Locate a radio button with a given name or id.
    • withValue

      public static Target withValue​(java.lang.String value)
      Locate a radio button with a given value.
    • withLabel

      public static Target withLabel​(java.lang.String labelText)
      Locate a radio button with a given label