Ajocado API 1.0.0.Alpha2

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

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

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

Methods in org.jboss.arquillian.ajocado.browser that return BrowserMode
 BrowserMode Browser.getMode()
          Gets the browser's mode (see Browser).
static BrowserMode BrowserMode.parseMode(String browserMode)
           Parses the mode from given string representation.
static BrowserMode BrowserMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BrowserMode[] BrowserMode.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 BrowserMode
static EnumSet<BrowserMode> BrowserMode.getModesFromTypes(EnumSet<BrowserType> types)
          Gets the set of browser modes, which are associated with browsers given by types (see BrowserType).
static EnumSet<BrowserMode> BrowserMode.parseModes(String browserModesEnumeration)
           Returns set of browser modes derived from string enumeration of comma- and/or space-separated representation of browser modes (parseMode(String)).
 

Constructors in org.jboss.arquillian.ajocado.browser with parameters of type BrowserMode
Browser(BrowserMode browserMode)
          Instantiates a new browser by given browserMode
Browser(BrowserMode browserMode, File executableFile)
          Instantiates a new browser by given browserMode and executableFile.
 


Ajocado API 1.0.0.Alpha2

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