Class WebElementDescriber

java.lang.Object
net.serenitybdd.core.pages.WebElementDescriber

public class WebElementDescriber
extends java.lang.Object
Created by john on 30/01/15.
  • Constructor Summary

    Constructors
    Constructor Description
    WebElementDescriber()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String webElementDescription​(org.openqa.selenium.WebElement webElement, org.openqa.selenium.support.pagefactory.ElementLocator locator)  

    Methods inherited from class java.lang.Object

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

    • WebElementDescriber

      public WebElementDescriber()
  • Method Details

    • webElementDescription

      public java.lang.String webElementDescription​(org.openqa.selenium.WebElement webElement, org.openqa.selenium.support.pagefactory.ElementLocator locator)