Class WebDriverManagerConfig
- java.lang.Object
-
- eu.tsystems.mms.tic.testframework.webdrivermanager.AbstractWebDriverRequest
-
- eu.tsystems.mms.tic.testframework.webdrivermanager.SeleniumWebDriverRequest
-
- eu.tsystems.mms.tic.testframework.webdrivermanager.DesktopWebDriverRequest
-
- eu.tsystems.mms.tic.testframework.webdrivermanager.WebDriverManagerConfig
-
- All Implemented Interfaces:
eu.tsystems.mms.tic.testframework.common.PropertyManagerProvider,eu.tsystems.mms.tic.testframework.logging.Loggable,eu.tsystems.mms.tic.testframework.webdrivermanager.WebDriverRequest,java.io.Serializable,java.lang.Cloneable
@Deprecated public class WebDriverManagerConfig extends DesktopWebDriverRequest implements eu.tsystems.mms.tic.testframework.logging.Loggable, eu.tsystems.mms.tic.testframework.common.PropertyManagerProvider
Deprecated.Create yourWebDriverfromIWebDriverManager.getWebDriver(WebDriverRequest)This is the default request configuration forDesktopWebDriverRequest.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class eu.tsystems.mms.tic.testframework.webdrivermanager.DesktopWebDriverRequest
DesktopWebDriverRequest.Properties
-
-
Constructor Summary
Constructors Constructor Description WebDriverManagerConfig()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description WebDriverManagerConfigreset()Deprecated.WebDriverManagerConfigsetShutdownSessionAfterTestMethod(boolean shutdown)Deprecated.WebDriverManagerConfigsetShutdownSessions(boolean close)Deprecated.booleanshouldMaximizeViewport()Deprecated.booleanshouldShutdownSessionAfterTestMethod()Deprecated.booleanshouldShutdownSessionOnFailure()Deprecated.booleanshouldShutdownSessions()Deprecated.-
Methods inherited from class eu.tsystems.mms.tic.testframework.webdrivermanager.DesktopWebDriverRequest
getMaximizeBrowser, getMaximizePosition, getWebDriverMode, getWindowSize, setMaximizeBrowser, setMaximizePosition, setWebDriverMode, setWindowSize
-
Methods inherited from class eu.tsystems.mms.tic.testframework.webdrivermanager.SeleniumWebDriverRequest
getBaseUrl, getServerUrl, setBaseUrl, setBaseUrl
-
Methods inherited from class eu.tsystems.mms.tic.testframework.webdrivermanager.AbstractWebDriverRequest
clone, getBrowser, getBrowserVersion, getCapabilities, getDesiredCapabilities, getPlatformName, getSessionKey, getShutdownAfterExecution, getShutdownAfterTest, getShutdownAfterTestFailed, setBrowser, setBrowserVersion, setPlatformName, setSeleniumServerUrl, setSeleniumServerUrl, setServerUrl, setServerUrl, setSessionKey, setShutdownAfterExecution, setShutdownAfterTest, setShutdownAfterTestFailed
-
-
-
-
Method Detail
-
reset
@Deprecated public WebDriverManagerConfig reset()
Deprecated.
-
shouldShutdownSessions
@Deprecated public boolean shouldShutdownSessions()
Deprecated.
-
setShutdownSessions
@Deprecated public WebDriverManagerConfig setShutdownSessions(boolean close)
Deprecated.
-
shouldShutdownSessionAfterTestMethod
@Deprecated public boolean shouldShutdownSessionAfterTestMethod()
Deprecated.
-
setShutdownSessionAfterTestMethod
@Deprecated public WebDriverManagerConfig setShutdownSessionAfterTestMethod(boolean shutdown)
Deprecated.
-
shouldShutdownSessionOnFailure
@Deprecated public boolean shouldShutdownSessionOnFailure()
Deprecated.
-
shouldMaximizeViewport
@Deprecated public boolean shouldMaximizeViewport()
Deprecated.
-
-