com.atlassian.pageobjects.util
Class BrowserUtil
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrowserUtil
public BrowserUtil()
- Deprecated.
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.