Package | Description |
---|---|
com.paypal.selion.internal.platform.grid |
This package houses some of the utilities that are meant to be internally consumed by SeLion.
|
com.paypal.selion.internal.platform.grid.browsercapabilities |
Package containing various internal browser initiation objects for various browsers supported by SeLion.
|
com.paypal.selion.internal.utils |
This package houses some of the utilities that are internally consumed by SeLion.
|
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractTestSession.getParamsInfo(InvokedMethodInformation method) |
protected void |
AbstractTestSession.initializeAdditionalCapabilities(InvokedMethodInformation methodInfo)
Deprecated.
|
void |
WebTestSession.initializeTestSession(InvokedMethodInformation method)
Call this to initialize the
WebTestSession object from the TestNG IInvokedMethod |
void |
MobileTestSession.initializeTestSession(InvokedMethodInformation method) |
void |
BasicTestSession.initializeTestSession(InvokedMethodInformation method) |
abstract void |
AbstractTestSession.initializeTestSession(InvokedMethodInformation method)
A initializer that initializes the sub-class of
AbstractTestSession based on the annotation. |
protected void |
AbstractTestSession.initTestSession(InvokedMethodInformation method) |
Modifier and Type | Method and Description |
---|---|
static org.openqa.selenium.remote.DesiredCapabilities |
CapabilitiesHelper.retrieveCustomCapabilities(InvokedMethodInformation methodInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static InvokedMethodInformation |
TestNGUtils.getInvokedMethodInformation(org.testng.IInvokedMethod method,
org.testng.ITestResult result)
This method helps in creating a Test runner neutral object that represents a method.
|
Copyright © 2016 PayPal Open Source. All rights reserved.