Uses of Package
org.openqa.selenium.support

Packages that use org.openqa.selenium.support
org.openqa.selenium.support   
org.openqa.selenium.support.pagefactory   
 

Classes in org.openqa.selenium.support used by org.openqa.selenium.support
Color
           
Colors
           
How
           
 

Classes in org.openqa.selenium.support used by org.openqa.selenium.support.pagefactory
FindAll
          Used to mark a field on a Page Object to indicate that lookup should use a series of @FindBy tags It will then search for all elements that match any of the FindBy criteria.
FindBy
          Used to mark a field on a Page Object to indicate an alternative mechanism for locating the element or a list of elements.
FindBys
          Used to mark a field on a Page Object to indicate that lookup should use a series of @FindBy tags in a chain as described in ByChained Eg:
 @FindBys({@FindBy(id = "foo"),
           @FindBy(className = "bar")})
 



Copyright © 2013. All rights reserved.