Interface IOKCode
An OK Code box in a SAP GUI for Windows application.
public interface IOKCode : IElement, ITestObject, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject
- Inherited Members
- Extension Methods
Properties
Value
The command code entered in the field.
string Value { get; }
Property Value
Methods
SetValue(string)
Sets the OKCode command.
void SetValue(string value)
Parameters
valuestringThe text value to enter in the OKCode.
Remarks
To execute the OKCode command, send an ENTER key with SendKey method of the parent IWindow.