Table of Contents

Interface IElement

An object in a SAP GUI for Windows application.

Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public interface IElement : ITestObject, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject

Properties

Id

The object's unique identifier in text format.

Declaration
string Id { get; }
Property Value
Type Description
string

Name

The name of the object.

Declaration
string Name { get; }
Property Value
Type Description
string

Type

The GUI component type of this object.

Declaration
ComponentType Type { get; }
Property Value
Type Description
ComponentType

Extension Methods

TestObjectExtensions.WaitUntilExists<T>(T)
TestObjectExtensions.WaitUntilExists<T>(T, int)
TestObjectExtensions.WaitUntil<T>(T, Func<T, bool>)
TestObjectExtensions.WaitUntil<T>(T, Func<T, bool>, int)