Uses of Class
com.gargoylesoftware.htmlunit.BrowserVersion

Packages that use BrowserVersion
com.gargoylesoftware.htmlunit Framework classes 
 

Uses of BrowserVersion in com.gargoylesoftware.htmlunit
 

Fields in com.gargoylesoftware.htmlunit declared as BrowserVersion
static BrowserVersion BrowserVersion.FIREFOX_2
          Firefox 2
static BrowserVersion BrowserVersion.FULL_FEATURED_BROWSER
          Deprecated. please use INTERNET_EXPLORER_7_0
static BrowserVersion BrowserVersion.INTERNET_EXPLORER_6_0
          Internet Explorer 6
static BrowserVersion BrowserVersion.INTERNET_EXPLORER_7_0
          Internet Explorer 7
static BrowserVersion BrowserVersion.MOZILLA_1_0
          Deprecated. please use FIREFOX_2
static BrowserVersion BrowserVersion.NETSCAPE_4_7_9
          Deprecated. please use FIREFOX_2
static BrowserVersion BrowserVersion.NETSCAPE_6_2_3
          Deprecated. please use FIREFOX_2
 

Methods in com.gargoylesoftware.htmlunit that return BrowserVersion
 BrowserVersion WebClient.getBrowserVersion()
          Return the current browser version
static BrowserVersion BrowserVersion.getDefault()
          Returns the default browser version that is used whenever a specific version isn't specified.
 

Methods in com.gargoylesoftware.htmlunit with parameters of type BrowserVersion
static void BrowserVersion.setDefault(BrowserVersion newBrowserVersion)
          Sets the default browser version that is used whenever a specific version isn't specified.
 

Constructors in com.gargoylesoftware.htmlunit with parameters of type BrowserVersion
WebClient(BrowserVersion browserVersion)
          Creates a web client instance using the specified BrowserVersion.
WebClient(BrowserVersion browserVersion, String proxyHost, int proxyPort)
          Create an instance that will use the specified BrowserVersion and proxy server
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.