FindParamSave Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Serializes and saves the current FindParam to a file. You can later load that file using FindParam.Load().

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

public void Save(
	string fileName
)

Parameters

fileName
Type: SystemString
The file name to save to.
See Also

Reference