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

Field Summary
static java.lang.String OK_DIALOG_TITLE
           
static java.lang.String SEND_KEY_ARG_ENTER
           
 
Constructor Summary
IEDialog()
           
 
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
 

Field Detail

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
Constructor Detail

IEDialog

public IEDialog()
Method Detail

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.