FindParamSetContent Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Sets the content type and returns the updated FindParam.

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

public FindParam SetContent(
	FindContentType contentType,
	string contentValue
)

Parameters

contentType
Type: ArtOfTest.WebAii.ObjectModelFindContentType
The content type.
contentValue
Type: SystemString
The content.

Return Value

Type: FindParam
The modified FindParam
See Also

Reference