ClassFileUploadDialog
Class
Class to handle the FileUpload dialog.
Definition
Namespace:ArtOfTest.WebAii.Win32.Dialogs
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class FileUploadDialog : BaseDialog, IDialog
Inheritance: objectBaseDialogFileUploadDialog
Implements:
Inherited Members
Constructors
FileUploadDialog(Browser, string, DialogButton)
Create a new FileUploadDialog.
Declaration
cs-api-definition
public FileUploadDialog(Browser parentBrowser, string filePath, DialogButton dismissButton)
Parameters
parentBrowser
The parent browser.
filePath
The file path of the file to upload.
dismissButton
The dismiss button to use to close the dialog.
FileUploadDialog(Browser, string, DialogButton, string)
Create a new FileUploadDialog.
Declaration
cs-api-definition
public FileUploadDialog(Browser parentBrowser, string filePath, DialogButton dismissButton, string title)
Parameters
parentBrowser
The parent browser.
filePath
The file path of the file to upload.
dismissButton
The dismiss button to use to close the dialog.
title
The dialog title.
Properties
Methods
IsDialogActive(WindowCollection)
Is dialog active.
Declaration
cs-api-definition
public override bool IsDialogActive(WindowCollection dialogs)
Parameters
dialogs
The list of dialogs
Returns
True/False whether the dialog is active or not.
Overrides