Uses of Interface
org.openqa.selenium.lift.find.Finder
-
Packages that use Finder Package Description org.openqa.selenium.lift org.openqa.selenium.lift.find -
-
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)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)Syntactic sugar to use withHamcrestWebDriverTestCase, e.g.Methods in org.openqa.selenium.lift with parameters of type Finder Modifier and Type Method Description protected voidHamcrestWebDriverTestCase. assertNotSelected(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)protected voidHamcrestWebDriverTestCase. assertPresenceOf(org.hamcrest.Matcher<java.lang.Integer> cardinalityConstraint, Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)protected voidHamcrestWebDriverTestCase. assertPresenceOf(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)voidTestContext. assertPresenceOf(org.hamcrest.Matcher<java.lang.Integer> cardinalityConstraint, Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)voidTestContext. assertPresenceOf(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)voidWebDriverTestContext. assertPresenceOf(org.hamcrest.Matcher<java.lang.Integer> cardinalityConstraint, Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)voidWebDriverTestContext. assertPresenceOf(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)protected voidHamcrestWebDriverTestCase. assertSelected(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)protected voidHamcrestWebDriverTestCase. clickOn(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)voidTestContext. clickOn(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)voidWebDriverTestContext. clickOn(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)voidWebDriverTestContext. clickOnFirst(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)static Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>Finders. first(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)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)Syntactic sugar to use withHamcrestWebDriverTestCase, e.g.protected voidHamcrestWebDriverTestCase. type(java.lang.String text, Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> inputFinder)Type characters into an element of the page, typically an input fieldvoidTestContext. type(java.lang.String input, Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)voidWebDriverTestContext. type(java.lang.String input, Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)protected voidHamcrestWebDriverTestCase. waitFor(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)protected voidHamcrestWebDriverTestCase. waitFor(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder, long timeout)voidTestContext. waitFor(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder, long timeout)voidWebDriverTestContext. waitFor(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder, long timeoutMillis) -
Uses of Finder in org.openqa.selenium.lift.find
Classes in org.openqa.selenium.lift.find that implement Finder Modifier and Type Class Description classBaseFinder<S,T>Base class forFinders.classDivFinderFinderfor HTML div tags.classHtmlTagFinderBaseFinderfor all types of HTML tags.classImageFinderFinderfor HTML image tags.classInputFinderFinderfor HTML input tags.classLinkFinderAFinderfor HTML anchor tags, "links".classPageTitleFinderAFinderfor HTML title tags.classTableCellFinderAFinderfor HTML table cell "td" tags.classTableFinderAFinderfor HTML table tags.classXPathFinderAFinderfor elements using XPath expressionsMethods in org.openqa.selenium.lift.find that return Finder Modifier and Type Method Description Finder<S,T>BaseFinder. with(org.hamcrest.Matcher<S> matcher)Finder<S,T>Finder. with(org.hamcrest.Matcher<S> textMatcher)
-