Table of Contents

Enum FindRefineMode

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll
public enum FindRefineMode

Fields

ContinueForeignChildren = 3

Indicates that the found lineage/element is unusable and that the search should instead be continued on children of the current flavor element that have a foreign flavor.

None = 0

No additional search is needed.

SearchAll = 2

An additional search is needed and no assumption should be made regarding the relationship of the elements in the search and their geometric structure.

SearchForElement = 4

Specifies that the returned lineage FlavorElement at the specified point should be searched in the flavor subtree by using the CanReplace(FlavorElement) method.

SearchHierarchy = 1

An additional search is needed and the assumption should be made that the hierarchical relationship of elements in the search is reflected by their geometric structure.