org.jbehave.web.selenium
Class PerScenarioSeleniumSteps
java.lang.Object
org.jbehave.web.selenium.SeleniumSteps
org.jbehave.web.selenium.PerScenarioSeleniumSteps
public class PerScenarioSeleniumSteps
- extends SeleniumSteps
Steps implementation that can be used in Selenium-based stories. It provides
annotated methods to start and stop Selenium before and after scenarios.
- Author:
- Mauro Talevi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerScenarioSeleniumSteps
public PerScenarioSeleniumSteps()
PerScenarioSeleniumSteps
public PerScenarioSeleniumSteps(com.thoughtworks.selenium.Selenium selenium)
beforeScenario
public void beforeScenario()
throws Exception
- Throws:
Exception
afterScenario
public void afterScenario()
throws Exception
- Throws:
Exception
Copyright © 2011. All Rights Reserved.