org.jbehave.web.selenium
Class SeleniumContextView

java.lang.Object
  extended by org.jbehave.web.selenium.SeleniumContextView
All Implemented Interfaces:
ContextView

public class SeleniumContextView
extends Object
implements ContextView

Selenium-based ContextView, that delegates to the Selenium.setContext(String).


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jbehave.web.selenium.ContextView
ContextView.NULL
 
Constructor Summary
SeleniumContextView(com.thoughtworks.selenium.Selenium selenium)
           
 
Method Summary
 void close()
           
 void show(String scenario, String step)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeleniumContextView

public SeleniumContextView(com.thoughtworks.selenium.Selenium selenium)
Method Detail

show

public void show(String scenario,
                 String step)
Specified by:
show in interface ContextView

close

public void close()
Specified by:
close in interface ContextView


Copyright © 2012. All Rights Reserved.