|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrowserVersion | |
---|---|
com.gargoylesoftware.htmlunit | Framework classes (contains the WebClient class which is the main entry point). |
com.gargoylesoftware.htmlunit.html | Classes specific to HTML pages, particularly the HtmlPage which represents an HTML document and provides access to its content. |
Uses of BrowserVersion in com.gargoylesoftware.htmlunit |
---|
Fields in com.gargoylesoftware.htmlunit declared as BrowserVersion | |
---|---|
static BrowserVersion |
BrowserVersion.FIREFOX_2
Deprecated. since HtmlUnit-2.7. This means that no effort will be made to improve simulation for this browser version until it is definitely removed. |
static BrowserVersion |
BrowserVersion.FIREFOX_3
Firefox 3. |
static BrowserVersion |
BrowserVersion.FIREFOX_3_6
Firefox 3.6. |
static BrowserVersion |
BrowserVersion.INTERNET_EXPLORER_6
Internet Explorer 6. |
static BrowserVersion |
BrowserVersion.INTERNET_EXPLORER_7
Internet Explorer 7. |
static BrowserVersion |
BrowserVersion.INTERNET_EXPLORER_8
Internet Explorer 8. |
Methods in com.gargoylesoftware.htmlunit that return BrowserVersion | |
---|---|
BrowserVersion |
WebClient.getBrowserVersion()
Returns 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)
Creates an instance that will use the specified BrowserVersion and proxy server. |
Uses of BrowserVersion in com.gargoylesoftware.htmlunit.html |
---|
Methods in com.gargoylesoftware.htmlunit.html with parameters of type BrowserVersion | |
---|---|
static boolean |
IEConditionalCommentExpressionEvaluator.evaluate(String condition,
BrowserVersion browserVersion)
Evaluates the condition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |