Interface IElement
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
Name
The name of the object.
string Name { get; }
Property Value
Type
The GUI component type of this object.
ComponentType Type { get; }