public class SmartClientChromeDriver extends SmartClientWebDriver
Constructor and Description |
---|
SmartClientChromeDriver() Creates a new SmartClientChromeDriver instance. |
SmartClientChromeDriver(org.openqa.selenium.Capabilities capabilities) Deprecated. use SmartClientChromeDriver(ChromeOptions) instead |
SmartClientChromeDriver(org.openqa.selenium.chrome.ChromeDriverService service) Creates a new SmartClientChromeDriver instance. |
SmartClientChromeDriver(org.openqa.selenium.chrome.ChromeDriverService service, org.openqa.selenium.Capabilities capabilities) Deprecated. |
SmartClientChromeDriver(org.openqa.selenium.chrome.ChromeDriverService service, org.openqa.selenium.chrome.ChromeOptions options) Creates a new SmartClientChromeDriver instance with the specified options. |
SmartClientChromeDriver(org.openqa.selenium.chrome.ChromeOptions options) Creates a new SmartClientChromeDriver instance with the specified 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 SmartClientChromeDriver()
public SmartClientChromeDriver(org.openqa.selenium.chrome.ChromeDriverService service, org.openqa.selenium.chrome.ChromeOptions options)
service
will be started along with the driver, and shutdown upon calling SmartClientWebDriver.quit()
.service
- The service to use.options
- The options to use.public SmartClientChromeDriver(org.openqa.selenium.chrome.ChromeDriverService service)
service
will be started along with the driver, and shutdown upon calling SmartClientWebDriver.quit()
.service
- The service to use.SmartClientChromeDriver(ChromeDriverService, ChromeOptions)
@Deprecated public SmartClientChromeDriver(org.openqa.selenium.Capabilities capabilities)
SmartClientChromeDriver(ChromeOptions)
insteadcapabilities
will be passed to the chromedriver service.capabilities
- The capabilities required from the ChromeDriver.SmartClientChromeDriver(ChromeDriverService, Capabilities)
public SmartClientChromeDriver(org.openqa.selenium.chrome.ChromeOptions options)
options
- The options to use.SmartClientChromeDriver(ChromeDriverService, ChromeOptions)
@Deprecated public SmartClientChromeDriver(org.openqa.selenium.chrome.ChromeDriverService service, org.openqa.selenium.Capabilities capabilities)
SmartClientChromeDriver(ChromeDriverService,ChromeOptions)
insteadservice
will be started along with the driver, and shutdown upon calling SmartClientWebDriver.quit()
.service
- The service to use.capabilities
- The capabilities required from the ChromeDriver.