クラス 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.HasCapabilities、org.openqa.selenium.interactions.Interactive、org.openqa.selenium.JavascriptExecutor、org.openqa.selenium.SearchContext、org.openqa.selenium.WebDriver
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.HtmlUnitWebDriverOptions, 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) LocalHostWebConnectionHtmlUnitDriver(Environment environment, boolean enableJavascript) LocalHostWebConnectionHtmlUnitDriver(Environment environment, org.htmlunit.BrowserVersion browserVersion) LocalHostWebConnectionHtmlUnitDriver(Environment environment, org.openqa.selenium.Capabilities capabilities) メソッドのサマリー
クラス 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, toWebElementクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.openqa.selenium.JavascriptExecutor から継承されたメソッド
executeScript, getPinnedScripts, pin, unpin
コンストラクターの詳細
LocalHostWebConnectionHtmlUnitDriver
LocalHostWebConnectionHtmlUnitDriver
LocalHostWebConnectionHtmlUnitDriver
public LocalHostWebConnectionHtmlUnitDriver(Environment environment, org.htmlunit.BrowserVersion browserVersion) LocalHostWebConnectionHtmlUnitDriver
public LocalHostWebConnectionHtmlUnitDriver(Environment environment, org.openqa.selenium.Capabilities capabilities)
メソッドの詳細
get
- 次で指定:
- インターフェース
org.openqa.selenium.WebDriverのget - オーバーライド:
- クラス
org.openqa.selenium.htmlunit.HtmlUnitDriverのget