public class QAFWebDriverExpectedConditions
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static ExpectedCondition<QAFExtendedWebDriver,org.openqa.selenium.Alert> |
alertPresent() |
static ExpectedCondition<QAFExtendedWebDriver,java.lang.Boolean> |
currentURL(StringMatcher url) |
static ExpectedCondition<QAFExtendedWebDriver,java.lang.Boolean> |
elementNotPresent(org.openqa.selenium.By locator) |
static ExpectedCondition<QAFExtendedWebDriver,java.lang.Boolean> |
elementPresent(org.openqa.selenium.By locator) |
static ExpectedCondition<QAFExtendedWebDriver,java.lang.Boolean> |
jsCondition(java.lang.String snippet) |
static ExpectedCondition<QAFExtendedWebDriver,java.lang.Boolean> |
noOfwindowsPresent(int count) |
static ExpectedCondition<QAFExtendedWebDriver,java.lang.Boolean> |
windowTitle(StringMatcher title) |
public static ExpectedCondition<QAFExtendedWebDriver,java.lang.Boolean> jsCondition(java.lang.String snippet)
snippet - JS snippet returning boolean value.public static ExpectedCondition<QAFExtendedWebDriver,java.lang.Boolean> elementPresent(org.openqa.selenium.By locator)
public static ExpectedCondition<QAFExtendedWebDriver,java.lang.Boolean> elementNotPresent(org.openqa.selenium.By locator)
public static ExpectedCondition<QAFExtendedWebDriver,org.openqa.selenium.Alert> alertPresent()
public static ExpectedCondition<QAFExtendedWebDriver,java.lang.Boolean> noOfwindowsPresent(int count)
public static ExpectedCondition<QAFExtendedWebDriver,java.lang.Boolean> windowTitle(StringMatcher title)
public static ExpectedCondition<QAFExtendedWebDriver,java.lang.Boolean> currentURL(StringMatcher url)
Copyright © 2000 Infostretch Corp.