Class WebDriverBackedSelenium
- java.lang.Object
 - 
- com.thoughtworks.selenium.DefaultSelenium
 - 
- com.thoughtworks.selenium.webdriven.WebDriverBackedSelenium
 
 
 
- 
- All Implemented Interfaces:
 Selenium,org.openqa.selenium.HasCapabilities,org.openqa.selenium.WrapsDriver
public class WebDriverBackedSelenium extends DefaultSelenium implements org.openqa.selenium.HasCapabilities, org.openqa.selenium.WrapsDriver
 
- 
- 
Field Summary
- 
Fields inherited from class com.thoughtworks.selenium.DefaultSelenium
commandProcessor 
 - 
 
- 
Constructor Summary
Constructors Constructor Description WebDriverBackedSelenium(java.util.function.Supplier<org.openqa.selenium.WebDriver> maker, java.lang.String baseUrl)WebDriverBackedSelenium(org.openqa.selenium.WebDriver baseDriver, java.lang.String baseUrl) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.CapabilitiesgetCapabilities()org.openqa.selenium.WebDrivergetWrappedDriver()- 
Methods inherited from class com.thoughtworks.selenium.DefaultSelenium
addCustomRequestHeader, addLocationStrategy, addScript, addSelection, allowNativeXpath, altKeyDown, altKeyUp, answerOnNextPrompt, assignId, attachFile, captureEntirePageScreenshot, captureEntirePageScreenshotToString, captureNetworkTraffic, captureScreenshot, captureScreenshotToString, check, chooseCancelOnNextConfirmation, chooseOkOnNextConfirmation, click, clickAt, close, contextMenu, contextMenuAt, controlKeyDown, controlKeyUp, createCookie, deleteAllVisibleCookies, deleteCookie, deselectPopUp, doubleClick, doubleClickAt, dragAndDrop, dragAndDropToObject, dragdrop, fireEvent, focus, getAlert, getAllButtons, getAllFields, getAllLinks, getAllWindowIds, getAllWindowNames, getAllWindowTitles, getAttribute, getAttributeFromAllWindows, getBodyText, getConfirmation, getCookie, getCookieByName, getCssCount, getCursorPosition, getElementHeight, getElementIndex, getElementPositionLeft, getElementPositionTop, getElementWidth, getEval, getExpression, getHtmlSource, getLocation, getLog, getMouseSpeed, getPrompt, getSelectedId, getSelectedIds, getSelectedIndex, getSelectedIndexes, getSelectedLabel, getSelectedLabels, getSelectedValue, getSelectedValues, getSelectOptions, getSpeed, getTable, getText, getTitle, getValue, getWhetherThisFrameMatchFrameExpression, getWhetherThisWindowMatchWindowExpression, getXpathCount, goBack, highlight, ignoreAttributesWithoutValue, isAlertPresent, isChecked, isConfirmationPresent, isCookiePresent, isEditable, isElementPresent, isOrdered, isPromptPresent, isSomethingSelected, isTextPresent, isVisible, keyDown, keyDownNative, keyPress, keyPressNative, keyUp, keyUpNative, metaKeyDown, metaKeyUp, mouseDown, mouseDownAt, mouseDownRight, mouseDownRightAt, mouseMove, mouseMoveAt, mouseOut, mouseOver, mouseUp, mouseUpAt, mouseUpRight, mouseUpRightAt, open, open, openWindow, refresh, removeAllSelections, removeScript, removeSelection, retrieveLastRemoteControlLogs, rollup, runScript, select, selectFrame, selectPopUp, selectWindow, setBrowserLogLevel, setContext, setCursorPosition, setExtensionJs, setMouseSpeed, setSpeed, setTimeout, shiftKeyDown, shiftKeyUp, showContextualBanner, showContextualBanner, shutDownSeleniumServer, start, start, start, stop, submit, type, typeKeys, uncheck, useXpathLibrary, waitForCondition, waitForFrameToLoad, waitForPageToLoad, waitForPopUp, windowFocus, windowMaximize 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getWrappedDriver
public org.openqa.selenium.WebDriver getWrappedDriver()
- Specified by:
 getWrappedDriverin interfaceorg.openqa.selenium.WrapsDriver
 
- 
getCapabilities
public org.openqa.selenium.Capabilities getCapabilities()
- Specified by:
 getCapabilitiesin interfaceorg.openqa.selenium.HasCapabilities
 
 - 
 
 -