com.atlassian.pageobjects.browser
Interface BrowserAware

All Known Subinterfaces:
AtlassianWebDriver
All Known Implementing Classes:
DefaultAtlassianWebDriver, DefaultWebDriverTester

public interface BrowserAware

A browser-aware component.

Since:
2.1

Method Summary
 Browser getBrowser()
          Get browser associated with this component.
 

Method Detail

getBrowser

Browser getBrowser()
Get browser associated with this component.

Returns:
browser


Copyright © 2014 Atlassian. All rights reserved.