EnumFindStrategy
Enum
The FindStrategy to use when finding or waiting on elements in the VisualTree.
Definition
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public enum FindStrategy
Fields
AlwaysWaitForElementsVisible
Wait for elements to be visible.
WhenNotVisibleReturnElementProxy
Return the element proxy when is not visible or null.
WhenNotVisibleReturnNull
Return null when the element is not visible or null.
WhenNotVisibleThrowException
Throw an exception when the element is null.