HtmlInputFileUpload Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Upload a file.

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public void Upload(
	string filePath,
	int uploadTimeout
)

Parameters

filePath
Type: SystemString
The full path to file to upload.
uploadTimeout
Type: SystemInt32
The timeout to wait until upload is complete.
See Also

Reference