org.jbehave.web.selenium
Interface ContextView

All Known Implementing Classes:
ContextView.NULL, LocalFrameContextView, SauceLabsContextView, SeleniumContextView

public interface ContextView

ContextView allows the viewing of context-related messages. The principal use case is to fill a gap of functionality passing from Selenium API (with Selenium#setContext()) to WebDriver API where this functionality is not available.


Nested Class Summary
static class ContextView.NULL
           
 
Method Summary
 void close()
           
 void show(String scenario, String step)
           
 

Method Detail

show

void show(String scenario,
          String step)

close

void close()


Copyright © 2012. All Rights Reserved.