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