SaveAsDialog Constructor (Browser, DialogButton, String, Desktop)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Create the dialog passing it the parent browser and the button to use to dismiss the instance of this dialog.

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

protected SaveAsDialog(
	Browser parentBrowser,
	DialogButton dismissButton,
	string filePath,
	Desktop desktopObject
)

Parameters

parentBrowser
Type: ArtOfTest.WebAii.CoreBrowser
The parent browser.
dismissButton
Type: ArtOfTest.WebAii.Win32.DialogsDialogButton
The button to use to dismiss the dialog. Accepts SAVE or CANCEL.
filePath
Type: SystemString
The full file path to the save location.
desktopObject
Type: ArtOfTest.WebAii.CoreDesktop
The desktop object.
See Also

Reference