com.atlassian.pageobjects.util
Class BrowserUtil

java.lang.Object
  extended by com.atlassian.pageobjects.util.BrowserUtil

Deprecated. it is now possible to inject BrowserAware, or even Browser directly into your page objects/tests. Scheduled for removal in 3.0

public class BrowserUtil
extends Object

Utilities for manipulating the current browser.


Constructor Summary
BrowserUtil()
          Deprecated.  
 
Method Summary
static com.google.common.base.Supplier<Browser> currentBrowserSupplier()
          Deprecated.  
static Browser getCurrentBrowser()
          Deprecated.  
static void setCurrentBrowser(Browser browser)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserUtil

public BrowserUtil()
Deprecated. 
Method Detail

setCurrentBrowser

public static void setCurrentBrowser(Browser browser)
Deprecated. 

getCurrentBrowser

public static Browser getCurrentBrowser()
Deprecated. 

currentBrowserSupplier

public static com.google.common.base.Supplier<Browser> currentBrowserSupplier()
Deprecated. 


Copyright © 2014 Atlassian. All rights reserved.