Package net.serenitybdd.core.pages
Class HtmlTag
java.lang.Object
net.serenitybdd.core.pages.HtmlTag
public class HtmlTag
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected org.openqa.selenium.WebElementwebElement -
Method Summary
Modifier and Type Method Description static HtmlTagfrom(org.openqa.selenium.WebElement webElement)java.lang.StringinHumanReadableForm()protected static net.serenitybdd.core.pages.HtmlTag.StringMatchertagFrom(org.openqa.selenium.WebElement webElement)protected static net.serenitybdd.core.pages.HtmlTag.StringMatchertypeFrom(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
-
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 java.lang.String inHumanReadableForm()
-