Interface TestContext

All Known Implementing Classes:
WebDriverTestContext

@Deprecated public interface TestContext
Deprecated.
Interface for objects that provide a context (maintaining any state) for web tests.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    assertPresenceOf(org.hamcrest.Matcher<Integer> cardinalityConstraint, Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    void
    assertPresenceOf(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    void
    clickOn(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    void
    goTo(String url)
    Deprecated.
     
    void
    Deprecated.
     
    void
    type(String input, Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    void
    waitFor(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder, long timeout)
    Deprecated.
     
  • Method Details

    • goTo

      void goTo(String url)
      Deprecated.
    • assertPresenceOf

      void assertPresenceOf(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
      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

      void clickOn(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
      Deprecated.
    • waitFor

      void waitFor(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder, long timeout)
      Deprecated.
    • quit

      void quit()
      Deprecated.