Class HtmlTag

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

public class HtmlTag extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.openqa.selenium.WebElement
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static HtmlTag
    from(org.openqa.selenium.WebElement webElement)
     
     
    protected static net.serenitybdd.core.pages.HtmlTag.StringMatcher
    tagFrom(org.openqa.selenium.WebElement webElement)
     
    protected static net.serenitybdd.core.pages.HtmlTag.StringMatcher
    typeFrom(org.openqa.selenium.WebElement webElement)
     

    Methods inherited from class java.lang.Object

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

    • webElement

      protected final org.openqa.selenium.WebElement webElement
  • Method Details

    • from

      public static HtmlTag from(org.openqa.selenium.WebElement webElement)
    • tagFrom

      protected static net.serenitybdd.core.pages.HtmlTag.StringMatcher tagFrom(org.openqa.selenium.WebElement webElement)
    • typeFrom

      protected static net.serenitybdd.core.pages.HtmlTag.StringMatcher typeFrom(org.openqa.selenium.WebElement webElement)
    • inHumanReadableForm

      public String inHumanReadableForm()