Table of Contents

Interface IOKCode

Namespace
HP.LFT.SDK.SAP.GUI
Assembly
HP.LFT.SDK.dll

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

string

Methods

SetValue(string)

Sets the OKCode command.

void SetValue(string value)

Parameters

value string

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.