Table of Contents

Class RxPathBuilder.CostInfo

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

Represents cost/scoring information for elements when creating RxPaths.

public class RxPathBuilder.CostInfo
Inheritance
RxPathBuilder.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