Uses of Class
org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
-
Packages that use HtmlUnitDriverOptions Package Description org.openqa.selenium.htmlunit.options HtmlUnit WebDriver implementation. -
-
Uses of HtmlUnitDriverOptions in org.openqa.selenium.htmlunit.options
Methods in org.openqa.selenium.htmlunit.options that return HtmlUnitDriverOptions Modifier and Type Method Description HtmlUnitDriverOptionsHtmlUnitDriverOptions. importOptions(WebClientOptions source)Import values from the specified source into this HtmlUnitDriver options object.HtmlUnitDriverOptionsHtmlUnitDriverOptions. setBrowserVersion(String browserVersion)HtmlUnitDriverOptionsHtmlUnitDriverOptions. setDownloadImages(boolean downloadImages)Enables or disables automatic image downloading.HtmlUnitDriverOptionsHtmlUnitDriverOptions. setJavaScriptEnabled(boolean enableJavascript)Enables or disables JavaScript execution.HtmlUnitDriverOptionsHtmlUnitDriverOptions. setSSLClientCertificateKeyStore(InputStream keyStoreInputStream, String keyStorePassword, String keyStoreType)Sets the SSL client certificate key store from anInputStream.HtmlUnitDriverOptionsHtmlUnitDriverOptions. setSSLClientCertificateKeyStore(URL keyStoreUrl, String keyStorePassword, String keyStoreType)Sets the SSL client certificate key store using a URL.HtmlUnitDriverOptionsHtmlUnitDriverOptions. setSSLClientCertificateKeyStore(KeyStore keyStore, char[] keyStorePassword)Sets the SSL client certificate key store from an existingKeyStore.HtmlUnitDriverOptionsHtmlUnitDriverOptions. setSSLTrustStore(URL sslTrustStoreUrl, String sslTrustStorePassword, String sslTrustStoreType)Sets the SSL trust store using a URL.HtmlUnitDriverOptionsHtmlUnitDriverOptions. setWebClientVersion(BrowserVersion webClientVersion)Sets theBrowserVersionused by the underlying WebClient.
-