net.sf.jacobie.ie
Class IEDialog
java.lang.Object
|
+--net.sf.jacobie.ie.IEDialog
- public class IEDialog
- extends java.lang.Object
This class was created to deal with dialog boxes that are popped up from
usually a javascript alert.
If your application uses dialog box confirmations after saving, this this
object will help.
- Author:
- Nick Neuberger
Method Summary |
void |
clickOKDialog()
Clicks an OK Dialog usually from a javascript alert call. |
void |
sendKeys(java.lang.String title,
java.lang.String keys)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OK_DIALOG_TITLE
public static final java.lang.String OK_DIALOG_TITLE
- See Also:
- Constant Field Values
SEND_KEY_ARG_ENTER
public static final java.lang.String SEND_KEY_ARG_ENTER
- See Also:
- Constant Field Values
IEDialog
public IEDialog()
clickOKDialog
public void clickOKDialog()
- Clicks an OK Dialog usually from a javascript alert call.
sendKeys
public void sendKeys(java.lang.String title,
java.lang.String keys)
Copyright © 2004-2005 SourceForge. All Rights Reserved.