Table of Contents

Interface IOKCode

An OK Code box in a SAP GUI for Windows application.

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

Properties

Value

The command code entered in the field.

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

Methods

SetValue(string)

Sets the OKCode command.

Declaration
void SetValue(string value)
Parameters
Type Name Description
string value

The text value to enter in the OKCode.

Remarks

To execute the OKCode command, send an ENTER key with SendKey method of the parent IWindow.

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)