The download dialogs handler. Wraps all the download dialog sequences for IE/Firefox into a simple API call.
| C# | Visual Basic | Visual Basic Usage |
public class DownloadDialogsHandler
Public Class DownloadDialogsHandler
Dim instance As DownloadDialogsHandler
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DownloadDialogsHandler(Browser, DialogButton, String, Desktop) |
Create the dialog passing it the parent browser and the button to use
to dismiss the instance of this dialog.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SaveLocation |
Gets/Sets the save location when doing a SAVE.
| |
| ToString()()() | (Inherited from Object.) | |
| WaitUntilHandled()()() |
Wait until all dialogs handled. Uses the Settings.ClientReadyTimeout as the timeout.
| |
| WaitUntilHandled(Int32) |
Wait until all dialogs are handled using the timeout passed in.
|
| Object | |
| DownloadDialogsHandler | |
