HtmlSelectSelectByPartialValue Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Select an option by partial value.

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

public void SelectByPartialValue(
	string partialValue,
	bool invokeOnChangeEvent
)

Parameters

partialValue
Type: SystemString
The partial text to look for.
invokeOnChangeEvent
Type: SystemBoolean
Whether to invoke the onchange event.
Exceptions

ExceptionCondition
ArgumentExceptionThrown when an option containing the partial value was not found.
See Also

Reference