Table of Contents

Interface IElement

Namespace
HP.LFT.SDK.SAP.GUI
Assembly
HP.LFT.SDK.dll

An object in a SAP GUI for Windows application.

public interface IElement : ITestObject, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject
Inherited Members
Extension Methods

Properties

Id

The object's unique identifier in text format.

string Id { get; }

Property Value

string

Name

The name of the object.

string Name { get; }

Property Value

string

Type

The GUI component type of this object.

ComponentType Type { get; }

Property Value

ComponentType