Package org.openqa.selenium.lift
Interface TestContext
- All Known Implementing Classes:
WebDriverTestContext
Deprecated.
Interface for objects that provide a context (maintaining any state) for web tests.
-
Method Summary
Modifier and TypeMethodDescriptionvoidassertPresenceOf(org.hamcrest.Matcher<Integer> cardinalityConstraint, Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.voidassertPresenceOf(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.voidDeprecated.voidDeprecated.voidquit()Deprecated.voidDeprecated.voidDeprecated.
-
Method Details
-
goTo
Deprecated. -
assertPresenceOf
Deprecated. -
assertPresenceOf
void assertPresenceOf(org.hamcrest.Matcher<Integer> cardinalityConstraint, Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated. -
type
void type(String input, Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated. -
clickOn
Deprecated. -
waitFor
void waitFor(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder, long timeout) Deprecated. -
quit
void quit()Deprecated.
-