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 FinderModifier and TypeMethodDescriptionstatic Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> 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 withHamcrestWebDriverTestCase, e.g.Methods in org.openqa.selenium.lift with parameters of type FinderModifier and TypeMethodDescriptionprotected voidHamcrestWebDriverTestCase.assertNotSelected(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.protected voidHamcrestWebDriverTestCase.assertPresenceOf(org.hamcrest.Matcher<Integer> cardinalityConstraint, Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.protected voidHamcrestWebDriverTestCase.assertPresenceOf(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.voidTestContext.assertPresenceOf(org.hamcrest.Matcher<Integer> cardinalityConstraint, Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.voidTestContext.assertPresenceOf(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.voidWebDriverTestContext.assertPresenceOf(org.hamcrest.Matcher<Integer> cardinalityConstraint, Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.voidWebDriverTestContext.assertPresenceOf(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.protected voidHamcrestWebDriverTestCase.assertSelected(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.protected voidHamcrestWebDriverTestCase.clickOn(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.voidDeprecated.voidWebDriverTestContext.clickOn(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.voidWebDriverTestContext.clickOnFirst(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.static Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> 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 withHamcrestWebDriverTestCase, e.g.protected voidHamcrestWebDriverTestCase.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 fieldvoidTestContext.type(String input, Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.voidWebDriverTestContext.type(String input, Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.protected voidHamcrestWebDriverTestCase.waitFor(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.protected voidHamcrestWebDriverTestCase.waitFor(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder, long timeout) Deprecated.voidTestContext.waitFor(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder, long timeout) Deprecated.voidWebDriverTestContext.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 FinderModifier and TypeClassDescriptionclassBaseFinder<S,T> Deprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.Methods in org.openqa.selenium.lift.find that return Finder