SaveAsDialog Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
SaveAs Dialog handler.
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.Win32.DialogsBaseDialog
    ArtOfTest.WebAii.Win32.DialogsSaveAsDialog

Namespace:  ArtOfTest.WebAii.Win32.Dialogs
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public class SaveAsDialog : BaseDialog

The SaveAsDialog type exposes the following members.

Constructors

  NameDescription
Protected methodSaveAsDialog(Browser, DialogButton, String, Desktop)
Create the dialog passing it the parent browser and the button to use to dismiss the instance of this dialog.
Protected methodSaveAsDialog(WpfApplication, DialogButton, String, String, Desktop)
Returns an Save As Dialog for use with WPF applications.
Top
Properties

  NameDescription
Public propertyCurrentState
Gets/Sets the dialog current state. State is handled my DialogMonitor.
(Inherited from BaseDialog.)
Public propertyDismissButton
Gets/Sets the dismiss button to use to knock down this dialog.
(Inherited from BaseDialog.)
Public propertyErrorText (Inherited from BaseDialog.)
Public propertyHandleCount
Gets/Sets the number of times this dialog has been handled.
(Inherited from BaseDialog.)
Public propertyHandlerDelegate
Gets/Sets the dialog custom handler
(Inherited from BaseDialog.)
Public propertyInitializationTime
Gets/Sets the time to before handling of the dialog starts.
(Inherited from BaseDialog.)
Protected propertyParentBrowser
The parent browser object of this dialog
(Inherited from BaseDialog.)
Protected propertyParentProcessId
Parent process id of the browser and all the dialogs that this object should handle.
(Inherited from BaseDialog.)
Public propertySaveFileName
Gets/Sets the save file name/path to use if you are saving the file. Else set to string.empty.
Public propertySkipHandling (Inherited from BaseDialog.)
Public propertyTags
Custom tags for miscellaneous use.
(Inherited from BaseDialog.)
Public propertyWindow
The dialog Window object.
(Inherited from BaseDialog.)
Top
Methods

  NameDescription
Public methodStatic memberCreateSaveAsDialog(Browser, DialogButton, String, Desktop)
Returns an Save As Dialog for use with web applications.
Public methodStatic memberCreateSaveAsDialog(WpfApplication, DialogButton, String, String)
Returns an Save As Dialog for use with WPF applications.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHandle
This is called by the DialogMonitor whenever IsDialogActive returns true.
(Overrides BaseDialogHandle.)
Public methodIsDialogActive
Check whether the dialog is present or not. This function is called by the dialogmonitor object
(Overrides BaseDialogIsDialogActive(WindowCollection).)
Protected methodIsDialogActiveByTitle(WindowCollection, String)
Get whether the dialog is active based on its title.
(Inherited from BaseDialog.)
Protected methodIsDialogActiveByTitle(WindowCollection, String, Boolean)
Get whether the dialog is active base on its title.
(Inherited from BaseDialog.)
Protected methodIsDialogActiveByTitleAndTextContent
Gets whether a dialog is active or not using the title and caption of an inner window contained in the dialog
(Inherited from BaseDialog.)
Public methodMatchesUIAutomationElement (Inherited from BaseDialog.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnBeforeHandle (Inherited from BaseDialog.)
Public methodResetHandleCount
Resets the handle count back to zero.
(Inherited from BaseDialog.)
Protected methodSetDialogWindow
Set the dialog window.
(Inherited from BaseDialog.)
Public methodToString (Inherited from BaseDialog.)
Public methodWaitUntilHandled
Waits for the dialog to be handled atleast once. Always performs a reset at the beginning of the wait. Will use the Settings.ClientReadyTimeout.
(Inherited from BaseDialog.)
Public methodWaitUntilHandled(Int32)
Waits for the dialog to be handled atleast once. Always performs a reset at the being of the wait.
(Inherited from BaseDialog.)
Public methodWaitUntilHandled(Int32, Int32, Boolean)
Waits for the dialog to be handled handleCount. You can optionally reset the handle count before waiting.
(Inherited from BaseDialog.)
Top
Events

  NameDescription
Public eventBeforeHandle (Inherited from BaseDialog.)
Top
Fields

  NameDescription
Protected fieldm_browserVersionMajor
The major version of the browser
(Inherited from BaseDialog.)
Top
See Also

Reference