Table of Contents

Enum UidFindResult

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

Represents the result status after searching for a unique id.

public enum UidFindResult

Fields

Failed = 2

The underlying flavor implementation was not able to find something by unique id because of an internal error.

Found = 0

An element was found for the given unique id.

NotFound = 1

No element was found for the given unique id.

NotSupported = 3

The underlying flavor does not support search by unique id. (Default)