PF - The PageFactory configured by AbstractSuite.public interface MethodContext<PF extends PageFactory>
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
Returns the configured endpoint for this test run.
|
PF |
getPageFactory()
Returns the configured
PageFactory for this test run. |
Object |
getScreensize()
Returns the screen size that has been configured for this test run.
|
String |
getUserAgent()
Returns the configured
UserAgent
for this test run. |
org.openqa.selenium.WebDriver |
getWebDriver()
Returns the configured
WebDriver for this test run. |
void |
log(String msg)
Logs a message for future processing.
|
String getEndpoint()
EnvironmentConfigDefaultsPF getPageFactory()
PageFactory for this test run.PageFactory.Object getScreensize()
org.openqa.selenium.WebDriver getWebDriver()
WebDriver for this test run.EnvironmentConfigDefaults,
com.github.jsdevel.testng.selenium.annotations.driversString getUserAgent()
UserAgent
for this test run.EnvironmentConfigDefaults,
UserAgentvoid log(String msg)
msg - The message to log.Copyright © 2015. All rights reserved.