FindThrowIfNullOrEmpty Property

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Gets/Sets whether to throw an exception if any of the find methods returns a null element or any of the find all methods return empty list of elements.

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

public bool ThrowIfNullOrEmpty { get; set; }

Property Value

Type: Boolean
See Also

Reference