Package org.jbehave.web.selenium

Interface Summary
ContextView ContextView allows the viewing of context-related messages.
WebDriverProvider  
 

Class Summary
ContextView.NULL  
DefaultWebDriverProvider Provides FirefoxDriver instances.
DelegatingStepMonitor  
DelegatingWebDriverProvider Delegating abstract implementation that provides WebDrivers specified by the concrete delegate.
LocalFrameContextView  
PerScenarioSeleniumSteps Steps implementation that can be used in Selenium-based stories.
PerScenarioWebDriverSteps Steps implementation that can be used in WebDriver-based stories.
PerStoriesSeleniumSteps Steps implementation that can be used in Selenium-based stories.
PerStoriesWebDriverSteps Steps implementation that can be used in WebDriver-based stories.
PerStorySeleniumSteps Steps implementation that can be used in Selenium-based stories.
PerStoryWebDriverSteps Steps implementation that can be used in WebDriver-based stories.
PropertyWebDriverProvider Provides WebDriver instances based on system property "browser": "android": AndroidDriver "chrome": ChromeDriver "firefox": FirefoxDriver "htmlunit": HtmlUnitDriver "ie": InternetExplorerDriver Property values are case-insensitive and defaults to "firefox" if no "browser" system property is found.
SeleniumConfiguration Extends Configuration to provide Selenium-based components.
SeleniumContext  
SeleniumContextOutput  
SeleniumContextStoryReporter  
SeleniumContextView Selenium-based ContextView, that delegates to the Selenium.setContext(String).
SeleniumPage Abstract base class for pages that use the Selenium API.
SeleniumPage.NonBlank  
SeleniumScreenshotOnFailure SeleniumSteps that capture screenshot upon failure in a scenario outcome.
SeleniumStepMonitor Decorator of StepMonitor which adds communication of current context to ContextView.
SeleniumSteps Base steps class that can be used in scenarios that use the Selenium API.
TypeWebDriverProvider Provides WebDriver instances of given type, instantiating it using the default constructor.
WebDriverHtmlOutput  
WebDriverPage Abstract base class for pages that use the WebDriver API.
WebDriverScreenshotOnFailure WebDriverSteps that save screenshot upon failure in a scenario outcome.
WebDriverSteps Base steps class that can be used in scenarios that use the WebDriver API.
 

Enum Summary
PropertyWebDriverProvider.Browser  
 



Copyright © 2011. All Rights Reserved.