Class Disabled

java.lang.Object
net.serenitybdd.screenplay.questions.Disabled

public class Disabled
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Disabled()  
  • Method Summary

    Modifier and Type Method Description
    static Question<java.lang.Boolean> of​(java.lang.String locator)  
    static Question<java.lang.Boolean> of​(Target target)  
    static Question<java.lang.Boolean> of​(org.openqa.selenium.By byLocator)  
    static Question<java.util.List<java.lang.Boolean>> ofEach​(java.lang.String locator)  
    static Question<java.util.List<java.lang.Boolean>> ofEach​(Target target)  
    static Question<java.util.List<java.lang.Boolean>> ofEach​(org.openqa.selenium.By byLocator)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Disabled

      public Disabled()
  • Method Details

    • of

      public static Question<java.lang.Boolean> of​(Target target)
    • of

      public static Question<java.lang.Boolean> of​(org.openqa.selenium.By byLocator)
    • of

      public static Question<java.lang.Boolean> of​(java.lang.String locator)
    • ofEach

      public static Question<java.util.List<java.lang.Boolean>> ofEach​(Target target)
    • ofEach

      public static Question<java.util.List<java.lang.Boolean>> ofEach​(org.openqa.selenium.By byLocator)
    • ofEach

      public static Question<java.util.List<java.lang.Boolean>> ofEach​(java.lang.String locator)