public class WebElementQuestion extends Object implements Question<WebElementState>, AcceptsHints
| Constructor and Description |
|---|
WebElementQuestion(Target target) |
| Modifier and Type | Method and Description |
|---|---|
WebElementState |
answeredBy(Actor actor) |
void |
apply(Set<Class<? extends QuestionHint>> hints) |
static Question<WebElementState> |
stateOf(org.openqa.selenium.By byLocator) |
static Question<WebElementState> |
stateOf(String xpathOrCssSelector) |
static Question<WebElementState> |
stateOf(Target target) |
static Question<WebElementState> |
the(org.openqa.selenium.By byLocator) |
static Question<WebElementState> |
the(String xpathOrCssSelector) |
static Question<WebElementState> |
the(Target target) |
static Question<WebElementState> |
valueOf(org.openqa.selenium.By byLocator) |
static Question<WebElementState> |
valueOf(String xpathOrCssSelector) |
static Question<WebElementState> |
valueOf(Target target) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabout, as, asADate, asADate, asBigDecimal, asBoolean, asCollectionOf, asDouble, asEnum, asFloat, asInteger, asListOf, asLong, asString, describedAs, getSubject, map, mapEach, notpublic WebElementQuestion(Target target)
public static Question<WebElementState> stateOf(Target target)
public static Question<WebElementState> stateOf(String xpathOrCssSelector)
public static Question<WebElementState> stateOf(org.openqa.selenium.By byLocator)
public static Question<WebElementState> valueOf(Target target)
public static Question<WebElementState> valueOf(String xpathOrCssSelector)
public static Question<WebElementState> valueOf(org.openqa.selenium.By byLocator)
public static Question<WebElementState> the(Target target)
public static Question<WebElementState> the(String xpathOrCssSelector)
public static Question<WebElementState> the(org.openqa.selenium.By byLocator)
public WebElementState answeredBy(Actor actor)
answeredBy in interface Question<WebElementState>public void apply(Set<Class<? extends QuestionHint>> hints)
apply in interface AcceptsHintsCopyright © 2023. All rights reserved.