Uses of Interface
com.atlassian.pageobjects.PageBinder

Packages that use PageBinder
com.atlassian.pageobjects The API for creating and interacting with page objects for functional tests. 
com.atlassian.pageobjects.binder The default binder implementation, InjectPageBinder, supporting javax.inject.Inject annotations and lifecycle methods. 
 

Uses of PageBinder in com.atlassian.pageobjects
 

Methods in com.atlassian.pageobjects that return PageBinder
 PageBinder TestedProduct.getPageBinder()
           
 

Uses of PageBinder in com.atlassian.pageobjects.binder
 

Classes in com.atlassian.pageobjects.binder that implement PageBinder
 class InjectPageBinder
          Page navigator that builds page objects from classes, then injects them with dependencies and calls lifecycle methods.
 



Copyright © 2013 Atlassian. All Rights Reserved.