Interface IElement
An object in a SAP GUI for Windows application.
Inherited Members
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 |