@ParametersAreNonnullByDefault public class Focused extends Condition
Constructor and Description |
---|
Focused() |
Modifier and Type | Method and Description |
---|---|
CheckResult |
check(Driver driver,
org.openqa.selenium.WebElement webElement)
Check if given element matches this condition
|
actualValue, and, apply, attribute, attribute, attributeMatching, be, because, cssClass, cssValue, exactOwnText, exactText, exactTextCaseSensitive, exactValue, getName, have, href, id, match, matchText, missingElementSatisfiesCondition, name, negate, not, or, ownText, pseudo, pseudo, selectedText, text, textCaseSensitive, toString, type, value
@Nonnull public CheckResult check(Driver driver, org.openqa.selenium.WebElement webElement)
Condition