public class ByWaitCommand extends WaitCommand<org.openqa.selenium.WebElement>
| Modifier and Type | Field and Description |
|---|---|
protected org.openqa.selenium.By |
by |
protected org.openqa.selenium.SearchContext |
searchContext |
conditionFunction, conditionPredicate, conditionSupplier, logger, message, notFlag, target, UNSUPPORTED_MSG| Constructor and Description |
|---|
ByWaitCommand(org.openqa.selenium.By by,
org.openqa.selenium.SearchContext searchContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval() |
setConditionFunction, setConditionPredicate, setConditionSupplier, setMessage, setNotFlagprotected org.openqa.selenium.By by
protected org.openqa.selenium.SearchContext searchContext
public ByWaitCommand(org.openqa.selenium.By by,
org.openqa.selenium.SearchContext searchContext)
public boolean eval()
eval in class WaitCommand<org.openqa.selenium.WebElement>Copyright © 2016. All rights reserved.