Class CSSValue

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

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

    Constructors 
    Constructor Description
    CSSValue()  
  • Method Summary

    Modifier and Type Method Description
    static QuestionForName of​(java.lang.String locator)  
    static Question<java.lang.String> of​(java.lang.String locator, java.lang.String attributeName)  
    static QuestionForName of​(Target target)  
    static Question<java.lang.String> of​(Target target, java.lang.String attributeName)  
    static QuestionForName of​(org.openqa.selenium.By byLocator)  
    static Question<java.lang.String> of​(org.openqa.selenium.By byLocator, java.lang.String attributeName)  
    static QuestionForNames ofEach​(java.lang.String locator)  
    static Question<java.util.Collection<java.lang.String>> ofEach​(java.lang.String locator, java.lang.String attributeName)  
    static QuestionForNames ofEach​(Target target)  
    static Question<java.util.Collection<java.lang.String>> ofEach​(Target target, java.lang.String attributeName)  
    static QuestionForNames ofEach​(org.openqa.selenium.By byLocator)  
    static Question<java.util.Collection<java.lang.String>> ofEach​(org.openqa.selenium.By byLocator, java.lang.String attributeName)  

    Methods inherited from class java.lang.Object

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

    • CSSValue

      public CSSValue()
  • Method Details

    • of

      public static Question<java.lang.String> of​(Target target, java.lang.String attributeName)
    • of

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

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

      public static Question<java.util.Collection<java.lang.String>> ofEach​(Target target, java.lang.String attributeName)
    • ofEach

      public static Question<java.util.Collection<java.lang.String>> ofEach​(org.openqa.selenium.By byLocator, java.lang.String attributeName)
    • ofEach

      public static Question<java.util.Collection<java.lang.String>> ofEach​(java.lang.String locator, java.lang.String attributeName)
    • of

      public static QuestionForName of​(Target target)
    • of

      public static QuestionForName of​(org.openqa.selenium.By byLocator)
    • of

      public static QuestionForName of​(java.lang.String locator)
    • ofEach

      public static QuestionForNames ofEach​(Target target)
    • ofEach

      public static QuestionForNames ofEach​(org.openqa.selenium.By byLocator)
    • ofEach

      public static QuestionForNames ofEach​(java.lang.String locator)