Uses of Class
com.gargoylesoftware.htmlunit.BrowserVersion
-
Packages that use BrowserVersion Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point).com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content.com.xceptance.xlt.api.webdriver 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. -
-
Uses of BrowserVersion in com.gargoylesoftware.htmlunit
Fields in com.gargoylesoftware.htmlunit declared as BrowserVersion Modifier and Type Field Description static BrowserVersion[]BrowserVersion. ALL_SUPPORTED_BROWSERSArray with all supported browsersstatic BrowserVersionBrowserVersion. BEST_SUPPORTEDThe best supported browser version at the moment.static BrowserVersionBrowserVersion. CHROMELatest Chrome.static BrowserVersionBrowserVersion. EDGELatest Edgestatic BrowserVersionBrowserVersion. FIREFOXLatest Firefox.static BrowserVersionBrowserVersion. FIREFOX_78Firefox 78 ESR.static BrowserVersionBrowserVersion. INTERNET_EXPLORERInternet Explorer 11.Methods in com.gargoylesoftware.htmlunit that return BrowserVersion Modifier and Type Method Description BrowserVersionBrowserVersion.BrowserVersionBuilder. build()BrowserVersionWebClient. 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 com.gargoylesoftware.htmlunit with parameters of type BrowserVersion Modifier and Type Method Description static voidBrowserVersion. 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 Constructor Description BrowserVersionBuilder(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, java.lang.String proxyHost, int proxyPort)Creates an instance that will use the specifiedBrowserVersionand proxy server.WebClient(BrowserVersion browserVersion, boolean javaScriptEngineEnabled, java.lang.String proxyHost, int proxyPort, java.lang.String proxyScheme)Creates an instance that will use the specifiedBrowserVersionand proxy server.WebClient(BrowserVersion browserVersion, java.lang.String proxyHost, int proxyPort)Creates an instance that will use the specifiedBrowserVersionand proxy server.WebClient(BrowserVersion browserVersion, java.lang.String proxyHost, int proxyPort, java.lang.String proxyScheme)Creates an instance that will use the specifiedBrowserVersionand proxy server. -
Uses of BrowserVersion in com.gargoylesoftware.htmlunit.html
Methods in com.gargoylesoftware.htmlunit.html with parameters of type BrowserVersion Modifier and Type Method Description protected com.gargoylesoftware.css.parser.selector.SelectorListDomNode. getSelectorList(java.lang.String selectors, BrowserVersion browserVersion)Returns theSelectorList. -
Uses of BrowserVersion in com.xceptance.xlt.api.webdriver
Methods in com.xceptance.xlt.api.webdriver with parameters of type BrowserVersion Modifier and Type Method Description protected 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 BrowserVersion Constructor Description XltDriver(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.
-