@Component public class UsefulWebDriverConfiguration extends Object implements WebDriverConfiguration
Copyright (c) 2019 Daniel Keiss, Deutsche Telekom AG This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.
| Constructor and Description |
|---|
UsefulWebDriverConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterLoad(org.openqa.selenium.WebDriver driver) |
org.openqa.selenium.chrome.ChromeOptions |
chromeOptions(org.openqa.selenium.remote.DesiredCapabilities capabilities) |
org.openqa.selenium.firefox.FirefoxOptions |
firefoxOptions(org.openqa.selenium.remote.DesiredCapabilities capabilities) |
org.openqa.selenium.WebDriver |
loadChrome(org.openqa.selenium.remote.DesiredCapabilities capabilities) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitedgeOptions, extraCapabilities, getBrowser, getBrowserPath, getGridURL, htmlUnitOptions, internetExplorerOptions, isRemoteWebdriver, loadEdge, loadFirefox, loadHtmlUnit, loadInternetExplorer, loadOpera, loadRemoteWebdriver, loadSafari, loadWebdriver, operaOptions, remoteWebDriverOptions, safariOptionspublic org.openqa.selenium.WebDriver loadChrome(org.openqa.selenium.remote.DesiredCapabilities capabilities)
loadChrome in interface WebDriverConfigurationpublic org.openqa.selenium.firefox.FirefoxOptions firefoxOptions(org.openqa.selenium.remote.DesiredCapabilities capabilities)
firefoxOptions in interface WebDriverConfigurationpublic org.openqa.selenium.chrome.ChromeOptions chromeOptions(org.openqa.selenium.remote.DesiredCapabilities capabilities)
chromeOptions in interface WebDriverConfigurationpublic void afterLoad(org.openqa.selenium.WebDriver driver)
afterLoad in interface WebDriverConfigurationCopyright © 2017–2020. All rights reserved.