Uses of Class
com.atlassian.jira.webtest.framework.core.context.BrowserType

Packages that use BrowserType
com.atlassian.jira.webtest.framework.core.context   
com.atlassian.jira.webtest.framework.impl.selenium.core   
 

Uses of BrowserType in com.atlassian.jira.webtest.framework.core.context
 

Methods in com.atlassian.jira.webtest.framework.core.context that return BrowserType
static BrowserType BrowserType.forName(String browserName)
           
 BrowserType Browser.type()
          Browser type.
 BrowserType BrowserBean.type()
           
static BrowserType BrowserType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BrowserType[] BrowserType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.atlassian.jira.webtest.framework.core.context with parameters of type BrowserType
BrowserBean(BrowserType browserType, String version)
           
 

Uses of BrowserType in com.atlassian.jira.webtest.framework.impl.selenium.core
 

Methods in com.atlassian.jira.webtest.framework.impl.selenium.core that return BrowserType
 BrowserType SeleniumBrowserType.apiType()
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.