Uses of Class
org.htmlunit.BrowserVersion
Packages that use BrowserVersion
Package
Description
Provides special Web driver classes that extend Selenium Web drivers with additional features such as recording
data about requests and browser events or running browsers in headless mode.
Framework classes (contains the
WebClient
class which is the main entry point).Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content.-
Uses of BrowserVersion in com.xceptance.xlt.api.webdriver
Methods in com.xceptance.xlt.api.webdriver with parameters of type BrowserVersionModifier and TypeMethodDescriptionprotected WebClientXltDriver.newWebClient(BrowserVersion version) Returns a new web client instance to be used by this driver.Constructors in com.xceptance.xlt.api.webdriver with parameters of type BrowserVersionModifierConstructorDescriptionXltDriver(BrowserVersion version) Constructs a new instance with the specified browser version.XltDriver(BrowserVersion version, boolean enableJavaScript) Constructs a new instance with the specified browser version and JavaScript support. -
Uses of BrowserVersion in org.htmlunit
Fields in org.htmlunit declared as BrowserVersionModifier and TypeFieldDescriptionstatic final BrowserVersion[]BrowserVersion.ALL_SUPPORTED_BROWSERSArray with all supported browsers.static final BrowserVersionBrowserVersion.BEST_SUPPORTEDThe best supported browser version at the moment.static final BrowserVersionBrowserVersion.CHROMELatest Chrome.static final BrowserVersionBrowserVersion.EDGELatest Edge.static final BrowserVersionBrowserVersion.FIREFOXLatest Firefox.static final BrowserVersionBrowserVersion.FIREFOX_ESRFirefox ESR.Methods in org.htmlunit that return BrowserVersionModifier and TypeMethodDescriptionBrowserVersion.BrowserVersionBuilder.build()WebClient.getBrowserVersion()Returns the current browser version.static BrowserVersionBrowserVersion.getDefault()Returns the default browser version that is used whenever a specific version isn't specified.Methods in org.htmlunit with parameters of type BrowserVersionModifier and TypeMethodDescriptionbooleanBrowserVersion.isSameBrowser(BrowserVersion other) static voidBrowserVersion.setDefault(BrowserVersion newBrowserVersion) Sets the default browser version that is used whenever a specific version isn't specified.Constructors in org.htmlunit with parameters of type BrowserVersionModifierConstructorDescriptionBrowserVersionBuilder(BrowserVersion version) Creates a new BrowserVersionBuilder using the given browser version as template for the browser to be constructed.WebClient(BrowserVersion browserVersion) Creates a web client instance using the specifiedBrowserVersion.WebClient(BrowserVersion browserVersion, boolean javaScriptEngineEnabled, String proxyHost, int proxyPort) Creates an instance that will use the specifiedBrowserVersionand proxy server.WebClient(BrowserVersion browserVersion, boolean javaScriptEngineEnabled, String proxyHost, int proxyPort, String proxyScheme) Creates an instance that will use the specifiedBrowserVersionand proxy server.WebClient(BrowserVersion browserVersion, String proxyHost, int proxyPort) Creates an instance that will use the specifiedBrowserVersionand proxy server.WebClient(BrowserVersion browserVersion, String proxyHost, int proxyPort, String proxyScheme) Creates an instance that will use the specifiedBrowserVersionand proxy server. -
Uses of BrowserVersion in org.htmlunit.html
Methods in org.htmlunit.html with parameters of type BrowserVersionModifier and TypeMethodDescriptionprotected voidHtmlDateTimeLocalInput.adjustValueAfterTypeChange(HtmlInput oldInput, BrowserVersion browserVersion) protected voidHtmlFileInput.adjustValueAfterTypeChange(HtmlInput oldInput, BrowserVersion browserVersion) protected voidHtmlInput.adjustValueAfterTypeChange(HtmlInput oldInput, BrowserVersion browserVersion) protected voidHtmlMonthInput.adjustValueAfterTypeChange(HtmlInput oldInput, BrowserVersion browserVersion) protected voidHtmlTimeInput.adjustValueAfterTypeChange(HtmlInput oldInput, BrowserVersion browserVersion) protected voidHtmlWeekInput.adjustValueAfterTypeChange(HtmlInput oldInput, BrowserVersion browserVersion)