|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jbehave.web.selenium.LocalFrameContextView
public class LocalFrameContextView
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jbehave.web.selenium.ContextView |
|---|
ContextView.NULL |
| Constructor Summary | |
|---|---|
LocalFrameContextView()
Creates view frame of default size - (380 x 85) |
|
| Method Summary | |
|---|---|
void |
close()
|
LocalFrameContextView |
located(int x,
int y)
Builder-style way to set the preferred location for the frame |
void |
show(java.lang.String message)
|
LocalFrameContextView |
sized(int width,
int height)
Builder-style way to set the preferred size for the frame |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalFrameContextView()
| Method Detail |
|---|
public LocalFrameContextView sized(int width,
int height)
width - widthheight - height
public LocalFrameContextView located(int x,
int y)
x - x position on screeny - y position on screen
public void show(java.lang.String message)
show in interface ContextViewpublic void close()
close in interface ContextView
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||