Ajocado API 1.0.0.Alpha2

Uses of Class
org.jboss.arquillian.ajocado.browser.BrowserType

Packages that use BrowserType
org.jboss.arquillian.ajocado.browser   
 

Uses of BrowserType in org.jboss.arquillian.ajocado.browser
 

Methods in org.jboss.arquillian.ajocado.browser that return BrowserType
 BrowserType BrowserMode.getBrowserType()
          Gets the browser type.
 BrowserType Browser.getType()
           Gets the type of browser.
static BrowserType BrowserType.parseType(String browserType)
          Parses the type in case-insensitive manner.
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.
 

Methods in org.jboss.arquillian.ajocado.browser that return types with arguments of type BrowserType
static EnumSet<BrowserType> BrowserType.parseTypes(String browserTypesEnumeration)
           Returns set of browser types derived from string enumeration of comma- and/or space-separated representation of browser types (parseType(String)).
 

Method parameters in org.jboss.arquillian.ajocado.browser with type arguments of type BrowserType
static EnumSet<BrowserMode> BrowserMode.getModesFromTypes(EnumSet<BrowserType> types)
          Gets the set of browser modes, which are associated with browsers given by types (see BrowserType).
 


Ajocado API 1.0.0.Alpha2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.