Table of Contents

Interface IUiObject

Namespace
HP.LFT.SDK.WPF
Assembly
HP.LFT.SDK.dll

A standard .NET WPF object.

public interface IUiObject : ITestObject, ITestObjectDescriber, IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ISupportsNativeObject
Inherited Members
Extension Methods

Properties

Name

The name of this object.

string Name { get; }

Property Value

string

ParentText

The text associated with the parent object of this object.

string ParentText { get; }

Property Value

string