public abstract class QUnitTestPage extends Object implements com.atlassian.pageobjects.Page
Modifier and Type | Field and Description |
---|---|
protected org.openqa.selenium.WebDriver |
driver |
static int |
INDIVIDUAL_TEST_TIMEOUT_SECS |
static int |
QUNIT_RESULT_TIMEOUT_SECS |
Constructor and Description |
---|
QUnitTestPage() |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.WebDriver |
getDriver() |
QUnitResults.FileResults |
getFileResults() |
String |
getResultJson() |
Long |
getScreenHeight() |
Long |
getScreenWidth() |
Long |
getTestCount() |
String |
getUserAgent() |
void |
waitForTestsToFinish() |
public static final int INDIVIDUAL_TEST_TIMEOUT_SECS
public static final int QUNIT_RESULT_TIMEOUT_SECS
@Inject protected org.openqa.selenium.WebDriver driver
public Long getTestCount()
public void waitForTestsToFinish()
public org.openqa.selenium.WebDriver getDriver()
public QUnitResults.FileResults getFileResults()
public String getResultJson()
public String getUserAgent()
public Long getScreenWidth()
public Long getScreenHeight()
Copyright © 2003–2017 Atlassian. All rights reserved.