Uses of Interface
org.openqa.selenium.lift.find.Finder

Packages that use Finder
  • Uses of Finder in org.openqa.selenium.lift

    Methods in org.openqa.selenium.lift that return Finder
    Modifier and Type
    Method
    Description
    static Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
    Finders.first(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
    A finder which returns the first element matched - such as if you have multiple elements which match the finder (such as multiple links with the same text on a page etc)
    protected Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
    HamcrestWebDriverTestCase.into(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> input)
    Deprecated.
    Syntactic sugar to use with HamcrestWebDriverTestCase, e.g.
    Methods in org.openqa.selenium.lift with parameters of type Finder
    Modifier and Type
    Method
    Description
    protected void
    HamcrestWebDriverTestCase.assertNotSelected(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    protected void
    HamcrestWebDriverTestCase.assertPresenceOf(org.hamcrest.Matcher<Integer> cardinalityConstraint, Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    protected void
    HamcrestWebDriverTestCase.assertPresenceOf(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    void
    TestContext.assertPresenceOf(org.hamcrest.Matcher<Integer> cardinalityConstraint, Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    void
    TestContext.assertPresenceOf(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    void
    WebDriverTestContext.assertPresenceOf(org.hamcrest.Matcher<Integer> cardinalityConstraint, Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    void
    WebDriverTestContext.assertPresenceOf(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    protected void
    HamcrestWebDriverTestCase.assertSelected(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    protected void
    HamcrestWebDriverTestCase.clickOn(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    void
    TestContext.clickOn(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    void
    WebDriverTestContext.clickOn(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    void
    WebDriverTestContext.clickOnFirst(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    static Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
    Finders.first(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
    A finder which returns the first element matched - such as if you have multiple elements which match the finder (such as multiple links with the same text on a page etc)
    protected Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
    HamcrestWebDriverTestCase.into(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> input)
    Deprecated.
    Syntactic sugar to use with HamcrestWebDriverTestCase, e.g.
    protected void
    HamcrestWebDriverTestCase.type(String text, Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> inputFinder)
    Deprecated.
    Type characters into an element of the page, typically an input field
    void
    TestContext.type(String input, Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    void
    WebDriverTestContext.type(String input, Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    protected void
    HamcrestWebDriverTestCase.waitFor(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
    Deprecated.
     
    protected void
    HamcrestWebDriverTestCase.waitFor(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder, long timeout)
    Deprecated.
     
    void
    TestContext.waitFor(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder, long timeout)
    Deprecated.
     
    void
    WebDriverTestContext.waitFor(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder, long timeoutMillis)
    Deprecated.
     
  • Uses of Finder in org.openqa.selenium.lift.find

    Classes in org.openqa.selenium.lift.find that implement Finder
    Modifier and Type
    Class
    Description
    class 
    Deprecated.
    class 
    Deprecated.
    class 
    Deprecated.
    class 
    Deprecated.
    class 
    Deprecated.
    class 
    Deprecated.
    class 
    Deprecated.
    class 
    Deprecated.
    class 
    Deprecated.
    class 
    Deprecated.
    Methods in org.openqa.selenium.lift.find that return Finder
    Modifier and Type
    Method
    Description
    BaseFinder.with(org.hamcrest.Matcher<S> matcher)
    Deprecated.
     
    Finder.with(org.hamcrest.Matcher<S> textMatcher)
    Deprecated.