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, setStarted
public void startSession()
AbstractTestSession
startSession
in class AbstractTestSession
public WebDriverPlatform getPlatform()
getPlatform
in class AbstractTestSession
WebDriverPlatform
object that represents the current platform.public void initializeTestSession(InvokedMethodInformation method)
AbstractTestSession
AbstractTestSession
based on the annotation.initializeTestSession
in class AbstractTestSession
method
- - An InvokedMethodInformation
object that represents the currently invoked method.public final void closeSession()
AbstractTestSession
closeSession
in class AbstractTestSession
Copyright © 2016 PayPal Open Source. All rights reserved.