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