public class BasicTestSession extends AbstractTestSession
isSharedSession| Constructor and Description |
|---|
BasicTestSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeSession()
A method that helps in closing off the current session.
|
WebDriverPlatform |
getPlatform() |
void |
initializeTestSession(InvokedMethodInformation method)
A initializer that initializes the sub-class of
AbstractTestSession based on the annotation. |
void |
startSession()
A Method to start a new session.
|
getAdditionalCapabilities, getDeclaringClassName, getDependsOnMethods, getElementEventListeners, getMethodName, getParamsInfo, getTestName, getXmlTestName, hasDependentMethods, initializeAdditionalCapabilities, initializeAdditionalCapabilities, initializeAdditionalCapabilities, initTestSession, isStarted, setStartedpublic void startSession()
AbstractTestSessionstartSession in class AbstractTestSessionpublic WebDriverPlatform getPlatform()
getPlatform in class AbstractTestSessionWebDriverPlatform object that represents the current platform.public void initializeTestSession(InvokedMethodInformation method)
AbstractTestSessionAbstractTestSession based on the annotation.initializeTestSession in class AbstractTestSessionmethod - - An InvokedMethodInformation object that represents the currently invoked method.public final void closeSession()
AbstractTestSessioncloseSession in class AbstractTestSessionCopyright © 2016 PayPal Open Source. All rights reserved.