public class ScenarioSteps extends Object implements Serializable
| Constructor and Description |
|---|
ScenarioSteps(Pages pages) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebDriver |
getDriver() |
Pages |
getPages() |
Pages |
onPage() |
<T extends ScenarioSteps> |
onSamePage(Class<T> stepsType) |
Pages |
pages() |
String |
toString() |
void |
waitABit(long delayInMilliseconds)
Pause the test to wait for the page to display completely.
|
StepDelayer.WaitForBuilder |
waitFor(int duration) |
public ScenarioSteps(Pages pages)
public org.openqa.selenium.WebDriver getDriver()
public Pages getPages()
public Pages onPage()
public Pages pages()
public <T extends ScenarioSteps> T onSamePage(Class<T> stepsType)
public void waitABit(long delayInMilliseconds)
public StepDelayer.WaitForBuilder waitFor(int duration)
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.