DownloadDialogsHandler Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
The download dialogs handler. Wraps all the download dialog sequences for IE/Firefox into a simple API call.
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.Win32.DialogsDownloadDialogsHandler

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

public class DownloadDialogsHandler

The DownloadDialogsHandler type exposes the following members.

Constructors

  NameDescription
Public methodDownloadDialogsHandler
Create the dialog passing it the parent browser and the button to use to dismiss the instance of this dialog.
Top
Properties

  NameDescription
Public propertySaveLocation
Gets/Sets the save location when doing a SAVE.
Top
Methods

  NameDescription
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWaitUntilHandled
Wait until all dialogs handled. Uses the Settings.ClientReadyTimeout as the timeout.
Public methodWaitUntilHandled(Int32)
Wait until all dialogs are handled using the timeout passed in. SetupMonitoring() must be called before every use.
Top
See Also

Reference