public interface QAFWebDriver extends UiDriver, org.openqa.selenium.WebDriver, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.JavascriptExecutor, FindsByCustomStretegy, org.openqa.selenium.interactions.HasInputDevices, org.openqa.selenium.HasCapabilities
org.openqa.selenium.WebDriver.ImeHandler, org.openqa.selenium.WebDriver.Navigation, org.openqa.selenium.WebDriver.Options, org.openqa.selenium.WebDriver.TargetLocator, org.openqa.selenium.WebDriver.Timeouts, org.openqa.selenium.WebDriver.Window| Modifier and Type | Method and Description |
|---|---|
void |
assertCurrentUrl(StringMatcher text,
long... timeout) |
void |
assertTitle(StringMatcher text,
long... timeout) |
QAFWebElement |
findElement(org.openqa.selenium.By by) |
QAFWebElement |
findElement(java.lang.String locator) |
java.util.List<QAFWebElement> |
findElements(java.lang.String locator) |
java.util.List<QAFWebElement> |
getElements(org.openqa.selenium.By by) |
org.openqa.selenium.interactions.Keyboard |
getKeyboard() |
org.openqa.selenium.interactions.Mouse |
getMouse() |
org.openqa.selenium.interactions.TouchScreen |
getTouchScreen() |
boolean |
verifyCurrentUrl(StringMatcher text,
long... timeout) |
boolean |
verifyNoOfWindows(int count,
long... timeout) |
boolean |
verifyTitle(StringMatcher text,
long... timeout) |
void |
waitForAjax(JsToolkit toolkit,
long... timeout) |
void |
waitForAjax(long... timeout) |
void |
waitForAllElementPresent(QAFWebElement... elements) |
void |
waitForAllElementVisible(QAFWebElement... elements) |
void |
waitForAnyElementPresent(QAFWebElement... elements) |
void |
waitForAnyElementVisible(QAFWebElement... elements) |
void |
waitForCurrentUrl(StringMatcher matcher,
long... timeout) |
void |
waitForNoOfWindows(int count,
long... timeout) |
void |
waitForWindowTitle(StringMatcher titlematcher,
long... timeout) |
stop, takeScreenShotclose, findElements, get, getCurrentUrl, getPageSource, getTitle, getWindowHandle, getWindowHandles, manage, navigate, quit, switchToexecuteAsyncScript, executeScriptfindElementByCustomStretegy, findElementsByCustomStretegyQAFWebElement findElement(org.openqa.selenium.By by)
findElement in interface org.openqa.selenium.SearchContextfindElement in interface org.openqa.selenium.WebDriverjava.util.List<QAFWebElement> getElements(org.openqa.selenium.By by)
QAFWebElement findElement(java.lang.String locator)
java.util.List<QAFWebElement> findElements(java.lang.String locator)
org.openqa.selenium.interactions.Mouse getMouse()
getMouse in interface org.openqa.selenium.interactions.HasInputDevicesorg.openqa.selenium.interactions.Keyboard getKeyboard()
getKeyboard in interface org.openqa.selenium.interactions.HasInputDevicesorg.openqa.selenium.interactions.TouchScreen getTouchScreen()
void waitForAjax(JsToolkit toolkit, long... timeout)
void waitForAjax(long... timeout)
void waitForAnyElementPresent(QAFWebElement... elements)
void waitForAllElementPresent(QAFWebElement... elements)
void waitForAnyElementVisible(QAFWebElement... elements)
void waitForAllElementVisible(QAFWebElement... elements)
void waitForWindowTitle(StringMatcher titlematcher, long... timeout)
void waitForCurrentUrl(StringMatcher matcher, long... timeout)
void waitForNoOfWindows(int count,
long... timeout)
boolean verifyTitle(StringMatcher text, long... timeout)
boolean verifyCurrentUrl(StringMatcher text, long... timeout)
boolean verifyNoOfWindows(int count,
long... timeout)
void assertTitle(StringMatcher text, long... timeout)
void assertCurrentUrl(StringMatcher text, long... timeout)
Copyright © 2000 Infostretch Corp.