Uses of Class
com.atlassian.pageobjects.browser.Browser

Packages that use Browser
com.atlassian.pageobjects.binder The default binder implementation, InjectPageBinder, supporting javax.inject.Inject annotations and lifecycle methods. 
com.atlassian.pageobjects.browser   
com.atlassian.pageobjects.util Utilities to be used when implementing page objects and extensions to the page object api 
 

Uses of Browser in com.atlassian.pageobjects.binder
 

Methods in com.atlassian.pageobjects.binder that return Browser
 Browser BrowserModule.BrowserProvider.get()
           
 

Uses of Browser in com.atlassian.pageobjects.browser
 

Methods in com.atlassian.pageobjects.browser that return Browser
 Browser BrowserAware.getBrowser()
          Get browser associated with this component.
static Browser Browser.typeOf(java.lang.String browserStartString)
           
static Browser Browser.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Browser[] Browser.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Browser in com.atlassian.pageobjects.util
 

Methods in com.atlassian.pageobjects.util that return Browser
static Browser BrowserUtil.getCurrentBrowser()
          Deprecated.  
 

Methods in com.atlassian.pageobjects.util that return types with arguments of type Browser
static com.google.common.base.Supplier<Browser> BrowserUtil.currentBrowserSupplier()
          Deprecated.  
 

Methods in com.atlassian.pageobjects.util with parameters of type Browser
static void BrowserUtil.setCurrentBrowser(Browser browser)
          Deprecated.  
 



Copyright © 2013 Atlassian. All Rights Reserved.