Package org.openqa.selenium.lift
Class WebDriverTestContext
java.lang.Object
org.openqa.selenium.lift.WebDriverTestContext
- All Implemented Interfaces:
TestContext
Deprecated.
Gives the context for a test, holds page state, and interacts with the
WebDriver.-
Constructor Summary
Constructors -
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.voidclickOnFirst(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.voidDeprecated.voidquit()Deprecated.voidDeprecated.voidwaitFor(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder, long timeoutMillis) Deprecated.
-
Constructor Details
-
WebDriverTestContext
public WebDriverTestContext(org.openqa.selenium.WebDriver driver) Deprecated.
-
-
Method Details
-
quit
public void quit()Deprecated.- Specified by:
quitin interfaceTestContext
-
goTo
Deprecated.- Specified by:
goToin interfaceTestContext
-
assertPresenceOf
public void assertPresenceOf(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.- Specified by:
assertPresenceOfin interfaceTestContext
-
assertPresenceOf
public void assertPresenceOf(org.hamcrest.Matcher<Integer> cardinalityConstraint, Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.- Specified by:
assertPresenceOfin interfaceTestContext
-
type
public void type(String input, Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.- Specified by:
typein interfaceTestContext
-
clickOn
Deprecated.- Specified by:
clickOnin interfaceTestContext
-
clickOnFirst
public void clickOnFirst(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated. -
waitFor
public void waitFor(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder, long timeoutMillis) Deprecated.- Specified by:
waitForin interfaceTestContext
-