public interface IFileDialog extends ITopWindow
TestObjects.
They do not apply to custom file dialogs that do not appear internally to be file-dialog controls.ITopWindow FileDialogTestObject FileDialogTestObject}INPUTCHARS_METHOD, INPUTKEYS_METHOD| Modifier and Type | Method and Description |
|---|---|
void |
clickAccept()
Clicks the button on the file dialog that is associated with recognition information.
|
void |
clickCancel()
Clicks the cancel button on the file dialog.
|
void |
setFile(java.lang.String file)
Sets the full path name specified in the associated file dialog
window.
|
activate, clickDisabled, inputChars, inputKeysclose, contextHelp, isIconified, maximize, minimize, move, resize, restoreclick, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, getChildAtPoint, getClippedScreenRectangle, getScreenPoint, getScreenPoint, getScreenRectangle, hasFocus, hover, hover, hover, hover, isEnabled, isOpaque, isPointInObject, isShowing, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPointvoid setFile(java.lang.String file)
file - The full path name for the desired fileFileDialog().setFile("C:\temp\test.java")
void clickAccept()
fileDialog().clickAccept()
void clickCancel()
fileDialog().clickCancel(")