public class SmartClientIEDriver extends SmartClientWebDriver
Constructor and Description |
---|
SmartClientIEDriver() Default constructor. |
SmartClientIEDriver(org.openqa.selenium.Capabilities capabilities) Deprecated. use SmartClientIEDriver(InternetExplorerOptions) instead |
SmartClientIEDriver(int port) Deprecated. use SmartClientIEDriver(InternetExplorerOptions) instead |
SmartClientIEDriver(org.openqa.selenium.ie.InternetExplorerDriverService service) Creates a new SmartClientIEDriver instance. |
SmartClientIEDriver(org.openqa.selenium.ie.InternetExplorerDriverService service, org.openqa.selenium.Capabilities capabilities) Deprecated. |
SmartClientIEDriver(org.openqa.selenium.ie.InternetExplorerDriverService service, org.openqa.selenium.Capabilities capabilities, int port) Deprecated. |
SmartClientIEDriver(org.openqa.selenium.ie.InternetExplorerDriverService service, org.openqa.selenium.ie.InternetExplorerOptions options) Constructor taking a set of configuration options. |
SmartClientIEDriver(org.openqa.selenium.ie.InternetExplorerOptions options) Constructor taking a set of configuration options. |
assertEval, assertEval, assertEval, assertEval, assertEval, blur, clearCanvasProperty, clearTolerances, click, clickAndHold, clickAndHoldAt, contextClick, controlKeyDown, controlKeyUp, doubleClick, dragAndDrop, dragAndDrop, dragAndDropBy, focus, focus, focus, get, get, getElementHeight, getElementPositionLeft, getElementPositionTop, getElementWidth, getEval, getEval, getTable, getText, getValue, getValueAsString, getValueAsString, keyDown, keyDown, keyPress, keyPress, keyUp, keyUp, mouseMove, mouseMoveAt, pause, release, releaseAt, scrollIntoViewIfNeeded, scrollIntoViewIfNeeded, secondClick, selectWindowByName, selectWindowByTitle, sendData, sendKeys, setAllowCoordClickOnOccludingElement, setAllowJavaScriptToStringMatch, setBaseUrl, setCanvasHeightTolerance, setCanvasProperty, setCanvasPropertyFalse, setCanvasPropertyTrue, setCanvasWidthTolerance, setClientLogLevel, setClientLogLevel, setDefaultImplicitWait, setDefaultWaitTimeout, setElementTolerance, setMaxDragPause, setOccludedElementApproach, setServerLogLevel, setUseFrameworkValueAsFallback, setValueTolerance, shiftKeyDown, shiftKeyUp, showConsole, type, type, type, verifyCanvasHeight, verifyCanvasWidth, verifyElementClickable, verifyElementHeight, verifyElementHeightWithTolerance, verifyElementPositionLeft, verifyElementPositionTop, verifyElementPresent, verifyElementReadyForKeyPresses, verifyElementSelected, verifyElementVisible, verifyElementWidth, verifyElementWidthWithTolerance, verifyTable, verifyText, verifyText, verifyTextPresent, verifyTextPresent, verifyTitle, verifyValue, verifyValue, verifyValue, verifyValue, verifyValueEmpty, verifyValueWithTolerance, verifyValueWithTolerance, verifyValueWithTolerance, waitForCanvasDone, waitForCanvasDone, waitForCondition, waitForCondition, waitForCondition, waitForElementClickable, waitForElementClickable, waitForElementInViewport, waitForElementInViewport, waitForElementNotClickable, waitForElementNotClickable, waitForElementNotPresent, waitForElementNotPresent, waitForElementNotVisible, waitForElementNotVisible, waitForElementPresent, waitForElementPresent, waitForElementReadyForKeyPresses, waitForElementReadyForKeyPresses, waitForElementVisible, waitForElementVisible, waitForEval, waitForEval, waitForFormDone, waitForFormDone, waitForFrameToLoad, waitForGridDone, waitForGridDone, waitForGridDone, waitForGridDone, waitForHoverTextPresent, waitForHoverTextPresent, waitForItemDone, waitForItemDone, waitForSystemDone, waitForSystemDone, waitForSystemDone, waitForSystemDone, waitForSystemDone, waitForSystemDone, waitForSystemDone, waitForSystemDone, waitForSystemDone, waitForText, waitForText, waitForTileGridDone, waitForTileGridDone, waitForTileLayoutDone, waitForTileLayoutDone, waitForValue, waitForValue
public SmartClientIEDriver()
@Deprecated public SmartClientIEDriver(int port)
SmartClientIEDriver(InternetExplorerOptions)
insteadport
- public SmartClientIEDriver(org.openqa.selenium.ie.InternetExplorerOptions options)
options
- custom optionspublic SmartClientIEDriver(org.openqa.selenium.ie.InternetExplorerDriverService service)
service
will be started along with the driver, and shutdown upon calling SmartClientWebDriver.quit()
.service
- The service to use.public SmartClientIEDriver(org.openqa.selenium.ie.InternetExplorerDriverService service, org.openqa.selenium.ie.InternetExplorerOptions options)
service
will be started along with the driver, and shutdown upon calling SmartClientWebDriver.quit()
.service
- The service to use.options
- custom options@Deprecated public SmartClientIEDriver(org.openqa.selenium.Capabilities capabilities)
SmartClientIEDriver(InternetExplorerOptions)
insteadcapabilities
- desired driver capabilities@Deprecated public SmartClientIEDriver(org.openqa.selenium.ie.InternetExplorerDriverService service, org.openqa.selenium.Capabilities capabilities)
SmartClientIEDriver(InternetExplorerDriverService,InternetExplorerOptions)
insteadservice
- The service to use.capabilities
- desired driver capabilities@Deprecated public SmartClientIEDriver(org.openqa.selenium.ie.InternetExplorerDriverService service, org.openqa.selenium.Capabilities capabilities, int port)
SmartClientIEDriver(InternetExplorerDriverService,InternetExplorerOptions)
insteadservice
will be started along with the driver, and shutdown upon calling SmartClientWebDriver.quit()
.service
- The service to use.capabilities
- desired driver capabilitiesport
-