Uses of Class
org.htmlunit.BrowserVersion.BrowserVersionBuilder
Packages that use BrowserVersion.BrowserVersionBuilder
-
Uses of BrowserVersion.BrowserVersionBuilder in org.htmlunit
Methods in org.htmlunit that return BrowserVersion.BrowserVersionBuilderModifier and TypeMethodDescriptionBrowserVersion.BrowserVersionBuilder.setAcceptEncodingHeader(String acceptEncodingHeader) Sets the accept encoding header.BrowserVersion.BrowserVersionBuilder.setAcceptLanguageHeader(String acceptLanguageHeader) Sets the accept language header.BrowserVersion.BrowserVersionBuilder.setApplicationCodeName(String applicationCodeName) Sets the application code name.BrowserVersion.BrowserVersionBuilder.setApplicationMinorVersion(String applicationMinorVersion) Sets the application minor version.BrowserVersion.BrowserVersionBuilder.setApplicationName(String applicationName) Sets the application name.BrowserVersion.BrowserVersionBuilder.setApplicationVersion(String applicationVersion) Sets the application version.BrowserVersion.BrowserVersionBuilder.setBrowserLanguage(String browserLanguage) Changes the browser language property.BrowserVersion.BrowserVersionBuilder.setCssAcceptHeader(String cssAcceptHeader) Sets the css accept header.BrowserVersion.BrowserVersionBuilder.setHtmlAcceptHeader(String htmlAcceptHeader) Sets the html accept header.BrowserVersion.BrowserVersionBuilder.setImgAcceptHeader(String imgAcceptHeader) Sets the img accept header.BrowserVersion.BrowserVersionBuilder.setOnLine(boolean onLine) Sets the on line.BrowserVersion.BrowserVersionBuilder.setPlatform(String platform) Sets the platform.BrowserVersion.BrowserVersionBuilder.setScriptAcceptHeader(String scriptAcceptHeader) Sets the script accept header.BrowserVersion.BrowserVersionBuilder.setSecClientHintUserAgentHeader(String secClientHintUserAgentHeader) Sets the sec client hint user agent header.BrowserVersion.BrowserVersionBuilder.setSecClientHintUserAgentPlatformHeader(String secClientHintUserAgentPlatformHeader) Sets the sec client hint user agent platform header.BrowserVersion.BrowserVersionBuilder.setSystemTimezone(TimeZone systemTimezone) Sets the system timezone.BrowserVersion.BrowserVersionBuilder.setUserAgent(String userAgent) Sets the user agent.Sets the vendor.BrowserVersion.BrowserVersionBuilder.setXmlHttpRequestAcceptHeader(String xmlHttpRequestAcceptHeader) Sets the xml http request accept header.