|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jniwrapper.win32.ie.event.HeadlessBrowserDialogEventHandler
public class HeadlessBrowserDialogEventHandler
Implementation of dialog event handler of automated testing: suppresses Internet Explorer dialogs.
| Constructor Summary | |
|---|---|
HeadlessBrowserDialogEventHandler()
|
|
| Method Summary | |
|---|---|
int |
showDialog(com.jniwrapper.win32.ui.Wnd wnd,
java.lang.String title,
java.lang.String text,
int type)
Suppresses Internet Explorer dialogs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeadlessBrowserDialogEventHandler()
| Method Detail |
|---|
public int showDialog(com.jniwrapper.win32.ui.Wnd wnd,
java.lang.String title,
java.lang.String text,
int type)
showDialog in interface DialogEventHandlerwnd - parent window for dialogtitle - dialog titletext - text for displaying in dialogtype - dialog type (see type constants in MessageBox class).
MessageBox.IDOK
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||