Table of Contents

Class RxPath.CostInfo

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

Represents cost/scoring information for elements when creating RxPaths.

public class RxPath.CostInfo
Inheritance
RxPath.CostInfo
Inherited Members

Constructors

CostInfo()

public CostInfo()

Properties

Attr

Attribute score

public int Attr { get; set; }

Property Value

int

Cap

Capability score

public int Cap { get; set; }

Property Value

int

Sib

Sibling score

public int Sib { get; set; }

Property Value

int