クラス LocalHostWebConnectionHtmlUnitDriver

java.lang.ObjectSE
org.openqa.selenium.htmlunit.HtmlUnitDriver
org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
実装されたすべてのインターフェース:
org.openqa.selenium.HasCapabilitiesorg.openqa.selenium.interactions.Interactiveorg.openqa.selenium.JavascriptExecutororg.openqa.selenium.SearchContextorg.openqa.selenium.WebDriver

public class LocalHostWebConnectionHtmlUnitDriver extends WebConnectionHtmlUnitDriver
LocalHostWebConnectionHtmlUnitDriver は、相対 URL の前に localhost:${local.server.port} を自動的に付けます。
導入:
1.4.0
作成者:
Phillip Webb
  • ネストされたクラスのサマリー

    クラス org.openqa.selenium.htmlunit.HtmlUnitDriver から継承されたネストクラス / インターフェース

    org.openqa.selenium.htmlunit.HtmlUnitDriver.ElementsMap, org.openqa.selenium.htmlunit.HtmlUnitDriver.JavaScriptResultsCollection

    インターフェース org.openqa.selenium.WebDriver から継承されたネストクラス / インターフェース

    org.openqa.selenium.WebDriver.Navigation, org.openqa.selenium.WebDriver.Options, org.openqa.selenium.WebDriver.TargetLocator, org.openqa.selenium.WebDriver.Timeouts, org.openqa.selenium.WebDriver.Window
  • フィールドサマリー

    クラス org.openqa.selenium.htmlunit.HtmlUnitDriver から継承されたフィールド

    BROWSER_LANGUAGE_CAPABILITY, DOWNLOAD_IMAGES_CAPABILITY, JAVASCRIPT_ENABLED
  • コンストラクターのサマリー

    コンストラクター
    コンストラクター
    説明
    LocalHostWebConnectionHtmlUnitDriver(Environment environment, boolean enableJavascript)
    LocalHostWebConnectionHtmlUnitDriver(Environment environment, com.gargoylesoftware.htmlunit.BrowserVersion browserVersion)
    LocalHostWebConnectionHtmlUnitDriver(Environment environment, org.openqa.selenium.Capabilities capabilities)
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    void

    クラス org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver から継承されたメソッド

    getWebClient, getWebConnection, modifyWebClient, modifyWebClientInternal, setWebConnection

    クラス org.openqa.selenium.htmlunit.HtmlUnitDriver から継承されたメソッド

    assertElementNotStale, click, close, doubleClick, executeAsyncScript, executeScript, findElement, findElement, findElements, findElements, get, getAlert, getBrowserVersion, getCapabilities, getCurrentUrl, getCurrentWindow, getElementsMap, getKeyboard, getMouse, getPageSource, getTitle, getWindowHandle, getWindowHandles, implicitlyWaitFor, isAcceptInsecureCerts, isDownloadImages, isJavascriptEnabled, manage, mouseDown, mouseMove, mouseUp, navigate, newWebClient, openNewWindow, perform, quit, resetInputState, runAsync, sendKeys, setAcceptInsecureCerts, setAutoProxy, setCurrentWindow, setDownloadImages, setExecutor, setHTTPProxy, setJavascriptEnabled, setProxy, setProxySettings, setSocksProxy, setSocksProxy, submit, switchTo, switchToDefaultContentOfWindow, toWebElement

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE

    インターフェース org.openqa.selenium.JavascriptExecutor から継承されたメソッド

    executeScript, getPinnedScripts, pin, unpin
  • コンストラクターの詳細

    • LocalHostWebConnectionHtmlUnitDriver

      public LocalHostWebConnectionHtmlUnitDriver(Environment environment)
    • LocalHostWebConnectionHtmlUnitDriver

      public LocalHostWebConnectionHtmlUnitDriver(Environment environment, boolean enableJavascript)
    • LocalHostWebConnectionHtmlUnitDriver

      public LocalHostWebConnectionHtmlUnitDriver(Environment environment, com.gargoylesoftware.htmlunit.BrowserVersion browserVersion)
    • LocalHostWebConnectionHtmlUnitDriver

      public LocalHostWebConnectionHtmlUnitDriver(Environment environment, org.openqa.selenium.Capabilities capabilities)
  • メソッドの詳細

    • get

      public void get(StringSE url)
      次で指定:
      インターフェース org.openqa.selenium.WebDriverget 
      オーバーライド:
      クラス org.openqa.selenium.htmlunit.HtmlUnitDriverget