net.thucydides.core.pages
Class HtmlTag
java.lang.Object
net.thucydides.core.pages.HtmlTag
public class HtmlTag
- extends Object
|
Field Summary |
protected org.openqa.selenium.WebElement |
webElement
|
|
Method Summary |
static HtmlTag |
from(org.openqa.selenium.WebElement webElement)
|
String |
inHumanReadableForm()
|
protected static net.thucydides.core.pages.HtmlTag.StringMatcher |
tagFrom(org.openqa.selenium.WebElement webElement)
|
protected static net.thucydides.core.pages.HtmlTag.StringMatcher |
textFrom(org.openqa.selenium.WebElement webElement)
|
protected static net.thucydides.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 |
webElement
protected final org.openqa.selenium.WebElement webElement
from
public static HtmlTag from(org.openqa.selenium.WebElement webElement)
tagFrom
protected static net.thucydides.core.pages.HtmlTag.StringMatcher tagFrom(org.openqa.selenium.WebElement webElement)
typeFrom
protected static net.thucydides.core.pages.HtmlTag.StringMatcher typeFrom(org.openqa.selenium.WebElement webElement)
textFrom
protected static net.thucydides.core.pages.HtmlTag.StringMatcher textFrom(org.openqa.selenium.WebElement webElement)
inHumanReadableForm
public String inHumanReadableForm()
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.