org.jbehave.web.selenium
Interface ContextView
- All Known Implementing Classes:
- ContextView.NULL, LocalFrameContextView, 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.
|
Method Summary |
void |
close()
|
void |
show(java.lang.String message)
|
show
void show(java.lang.String message)
close
void close()
Copyright © 2011. All Rights Reserved.