public class ScenarioSteps extends Object implements Serializable
Constructor and Description |
---|
ScenarioSteps() |
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() |
protected void |
setPages(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()
public ScenarioSteps(Pages pages)
public org.openqa.selenium.WebDriver getDriver()
protected void setPages(Pages pages)
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–2014 Wakaleo Consulting. All rights reserved.