Uses of Class
org.htmlunit.BrowserVersion
-
Packages that use BrowserVersion Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point).org.htmlunit.css Classes supporting Cascading Style Sheets.org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content.org.htmlunit.html.parser.neko Contains the neko html parser.org.htmlunit.html.serializer Contains the html serializer implementations.org.htmlunit.httpclient All the customizations we did to make HttpClient behave like a real browser.org.htmlunit.javascript Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.configuration Classes in this package are specific for the JavaScript engine - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.event Implementations of the JavaScript host objects for events - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.file Implementations of the File JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.intl Implementations of the Internationalization JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of BrowserVersion in org.htmlunit
Fields in org.htmlunit declared as BrowserVersion Modifier and Type Field Description static BrowserVersion[]BrowserVersion. ALL_SUPPORTED_BROWSERSArray with all supported browsers.static BrowserVersionBrowserVersion. BEST_SUPPORTEDThe best supported browser version at the moment.private BrowserVersionWebClient. browserVersion_static BrowserVersionBrowserVersion. CHROMELatest Chrome.private static BrowserVersionBrowserVersion. DefaultBrowserVersion_The default browser version.static BrowserVersionBrowserVersion. EDGELatest Edge.static BrowserVersionBrowserVersion. FIREFOXLatest Firefox.static BrowserVersionBrowserVersion. FIREFOX_ESRFirefox ESR.private BrowserVersionBrowserVersion.BrowserVersionBuilder. workPiece_Methods in org.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 org.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 org.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 org.htmlunit.css
Fields in org.htmlunit.css declared as BrowserVersion Modifier and Type Field Description private BrowserVersionWrappedCssStyleDeclaration. browserVersion_Methods in org.htmlunit.css that return BrowserVersion Modifier and Type Method Description abstract BrowserVersionAbstractCssStyleDeclaration. getBrowserVersion()BrowserVersionComputedCssStyleDeclaration. getBrowserVersion()BrowserVersionElementCssStyleDeclaration. getBrowserVersion()BrowserVersionWrappedCssStyleDeclaration. getBrowserVersion()Methods in org.htmlunit.css with parameters of type BrowserVersion Modifier and Type Method Description java.lang.StringStyleAttributes.Definition. getDefaultComputedValue(BrowserVersion browserVersion)static StyleAttributes.DefinitionStyleAttributes. getDefinition(java.lang.String propertyName, BrowserVersion browserVersion)Gets the style attributes definition with the given name for the specified browser version.static java.util.List<StyleAttributes.Definition>StyleAttributes. getDefinitions(BrowserVersion browserVersion)Gets the style attributes definitions for the specified browser version.(package private) static BrowserConfigurationBrowserConfiguration. getMatchingConfiguration(BrowserVersion browserVersion, BrowserConfiguration[] browserConfigurations)private static java.lang.StringComputedCssStyleDeclaration. getStyleAttributeWorker(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty, BrowserVersion browserVersion, boolean feature, boolean isDefInheritable, ComputedCssStyleDeclaration[] queue)(package private) booleanStyleAttributes.Definition. isAvailable(BrowserVersion browserVersion, boolean onlyIfIteratable)booleanBrowserConfiguration.Chrome. matches(BrowserVersion browserVersion)booleanBrowserConfiguration.ChromeAndEdge. matches(BrowserVersion browserVersion)booleanBrowserConfiguration.ChromeAndEdgeAndFirefox. matches(BrowserVersion browserVersion)booleanBrowserConfiguration.ChromeAndEdgeNotIterable. matches(BrowserVersion browserVersion)booleanBrowserConfiguration.Edge. matches(BrowserVersion browserVersion)booleanBrowserConfiguration.FF. matches(BrowserVersion browserVersion)booleanBrowserConfiguration.FFESR. matches(BrowserVersion browserVersion)booleanBrowserConfiguration.FFLatest. matches(BrowserVersion browserVersion)booleanBrowserConfiguration.FFNotIterable. matches(BrowserVersion browserVersion)(package private) abstract booleanBrowserConfiguration. matches(BrowserVersion browserVersion)(package private) static booleanCssStyleSheet. selects(BrowserVersion browserVersion, org.htmlunit.cssparser.parser.condition.Condition condition, DomElement element, boolean fromQuerySelectorAll, boolean throwOnSyntax)INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returnstrueif the specified condition selects the specified element.static booleanCssStyleSheet. selects(BrowserVersion browserVersion, org.htmlunit.cssparser.parser.selector.Selector selector, DomElement element, java.lang.String pseudoElement, boolean fromQuerySelectorAll, boolean throwOnSyntax)Returnstrueif the specified selector selects the specified element.private java.util.List<org.htmlunit.cssparser.dom.CSSStyleSheetImpl.SelectorEntry>CssStyleSheet. selects(org.htmlunit.cssparser.dom.CSSStyleSheetImpl.CSSStyleSheetRuleIndex index, BrowserVersion browserVersion, DomElement element, java.lang.String pseudoElement, boolean fromQuerySelectorAll)private static booleanCssStyleSheet. selectsPseudoClass(BrowserVersion browserVersion, org.htmlunit.cssparser.parser.condition.Condition condition, DomElement element)Constructors in org.htmlunit.css with parameters of type BrowserVersion Constructor Description WrappedCssStyleDeclaration(org.htmlunit.cssparser.dom.CSSStyleDeclarationImpl cssStyleDeclarationImpl, BrowserVersion browserVersion)Creates an instance which wraps the specified style declaration implementation. -
Uses of BrowserVersion in org.htmlunit.html
Methods in org.htmlunit.html with parameters of type BrowserVersion Modifier and Type Method Description protected 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)private static booleanHtmlInput. isSupported(java.lang.String type, BrowserVersion browserVersion)Returns whether the specified type is supported or not. -
Uses of BrowserVersion in org.htmlunit.html.parser.neko
Methods in org.htmlunit.html.parser.neko with parameters of type BrowserVersion Modifier and Type Method Description private static org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfigurationHtmlUnitNekoDOMBuilder. createConfiguration(BrowserVersion browserVersion)Create the configuration depending on the simulated browser -
Uses of BrowserVersion in org.htmlunit.html.serializer
Fields in org.htmlunit.html.serializer declared as BrowserVersion Modifier and Type Field Description private BrowserVersionHtmlSerializerInnerOuterText. browserVersion_Constructors in org.htmlunit.html.serializer with parameters of type BrowserVersion Constructor Description HtmlSerializerInnerOuterText(BrowserVersion browserVersion) -
Uses of BrowserVersion in org.htmlunit.httpclient
Fields in org.htmlunit.httpclient declared as BrowserVersion Modifier and Type Field Description private BrowserVersionHtmlUnitCookieSpecProvider. browserVersion_private BrowserVersionHtmlUnitDomainHandler. browserVersion_private BrowserVersionHtmlUnitExpiresHandler. browserVersion_Methods in org.htmlunit.httpclient with parameters of type BrowserVersion Modifier and Type Method Description static voidHttpClientConverter. addMatching(java.util.Set<Cookie> cookies, java.net.URL normalizedUrl, BrowserVersion browserVersion, java.util.Set<Cookie> matches)static java.util.List<Cookie>HttpClientConverter. parseCookie(java.lang.String cookieString, java.net.URL pageUrl, BrowserVersion browserVersion)Constructors in org.htmlunit.httpclient with parameters of type BrowserVersion Constructor Description HtmlUnitBrowserCompatCookieSpec(BrowserVersion browserVersion)Constructor.HtmlUnitCookieSpecProvider(BrowserVersion browserVersion)Constructor.HtmlUnitDomainHandler(BrowserVersion browserVersion)HtmlUnitExpiresHandler(BrowserVersion browserVersion) -
Uses of BrowserVersion in org.htmlunit.javascript
Fields in org.htmlunit.javascript declared as BrowserVersion Modifier and Type Field Description private BrowserVersionHtmlUnitContextFactory. browserVersion_private BrowserVersionRecursiveFunctionObject. browserVersion_Methods in org.htmlunit.javascript that return BrowserVersion Modifier and Type Method Description BrowserVersionHtmlUnitScriptable. getBrowserVersion()Gets the browser version currently used.Methods in org.htmlunit.javascript with parameters of type BrowserVersion Modifier and Type Method Description static voidJavaScriptEngine. applyPolyfills(WebClient webClient, BrowserVersion browserVersion, org.htmlunit.corejs.javascript.Context context, HtmlUnitScriptable scriptable)INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.static HtmlUnitScriptableJavaScriptEngine. configureClass(ClassConfiguration config, org.htmlunit.corejs.javascript.Scriptable window, BrowserVersion browserVersion)Configures the specified class for access via JavaScript.static voidJavaScriptEngine. configureRhino(WebClient webClient, BrowserVersion browserVersion, HtmlUnitScriptable scriptable)INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.static java.lang.StringJavaScriptEngine. evaluateProxyAutoConfig(BrowserVersion browserVersion, java.lang.String content, java.net.URL url)Evaluates theFindProxyForURLmethod of the specified content.static voidNativeFunctionToStringFunction. installFix(org.htmlunit.corejs.javascript.Scriptable window, BrowserVersion browserVersion)Install the wrapper in place of the native toString function on Function's prototype.Constructors in org.htmlunit.javascript with parameters of type BrowserVersion Constructor Description RecursiveFunctionObject(java.lang.String name, java.lang.reflect.Member methodOrConstructor, org.htmlunit.corejs.javascript.Scriptable scope, BrowserVersion browserVersion)The constructor. -
Uses of BrowserVersion in org.htmlunit.javascript.configuration
Methods in org.htmlunit.javascript.configuration with parameters of type BrowserVersion Modifier and Type Method Description static ClassConfigurationAbstractJavaScriptConfiguration. getClassConfiguration(java.lang.Class<? extends HtmlUnitScriptable> klass, BrowserVersion browserVersion)Returns the class configuration of the givenklass.static JavaScriptConfigurationJavaScriptConfiguration. getInstance(BrowserVersion browserVersion)Returns the instance that represents the configuration for the specifiedBrowserVersion.static ProxyAutoConfigJavaScriptConfigurationProxyAutoConfigJavaScriptConfiguration. getInstance(BrowserVersion browserVersion)Returns the instance that represents the configuration for the specifiedBrowserVersion.Constructors in org.htmlunit.javascript.configuration with parameters of type BrowserVersion Constructor Description AbstractJavaScriptConfiguration(BrowserVersion browser)Constructor.JavaScriptConfiguration(BrowserVersion browser)Constructor is only called fromJavaScriptConfiguration.getInstance(BrowserVersion)which is synchronized.ProxyAutoConfigJavaScriptConfiguration(BrowserVersion browser)Constructor is only called fromProxyAutoConfigJavaScriptConfiguration.getInstance(BrowserVersion)which is synchronized. -
Uses of BrowserVersion in org.htmlunit.javascript.host
Methods in org.htmlunit.javascript.host that return BrowserVersion Modifier and Type Method Description BrowserVersionWindow. getBrowserVersion()Gets the browser version currently used. -
Uses of BrowserVersion in org.htmlunit.javascript.host.event
Methods in org.htmlunit.javascript.host.event with parameters of type BrowserVersion Modifier and Type Method Description private static java.lang.ObjectBeforeUnloadEvent. getReturnValueDefault(BrowserVersion browserVersion) -
Uses of BrowserVersion in org.htmlunit.javascript.host.file
Methods in org.htmlunit.javascript.host.file with parameters of type BrowserVersion Modifier and Type Method Description (package private) abstract java.lang.StringBlob.Backend. getType(BrowserVersion browserVersion)java.lang.StringBlob.InMemoryBackend. getType(BrowserVersion browserVersion)java.lang.StringFile.FileBackend. getType(BrowserVersion browserVersion) -
Uses of BrowserVersion in org.htmlunit.javascript.host.intl
Methods in org.htmlunit.javascript.host.intl with parameters of type BrowserVersion Modifier and Type Method Description private voidIntl. define(java.lang.Class<? extends HtmlUnitScriptable> c, BrowserVersion browserVersion)voidIntl. defineProperties(BrowserVersion browserVersion)Define needed properties.Constructors in org.htmlunit.javascript.host.intl with parameters of type BrowserVersion Constructor Description DateTimeFormat(java.lang.String[] locales, BrowserVersion browserVersion)DateTimeFormatHelper(java.lang.String locale, BrowserVersion browserVersion, java.lang.String pattern)NumberFormat(java.lang.String[] locales, BrowserVersion browserVersion)NumberFormatHelper(java.lang.String localeName, BrowserVersion browserVersion, java.lang.String pattern)
-