Skip to content

DomSAPInput

Input field.

Extends HTMLObject

Extends SeSSimulatedObject

Behavior Pattern: DomSAPInputBehavior

Property Summary

Property Description Getter Setter
Text Text of the object, 'false' if text can not be read. GetText SetText

Action Summary

Action Description
DoOpen Clicks right-side icon of the input.

Property Detail

Text

Text of the object, 'false' if text can not be read.

Type: string

Accessors: GetText, SetText

value = SeS('SomeDomSAPInput').GetText()

SeS('SomeDomSAPInput').SetText(/**string*/ value)

Action Detail

DoOpen

Clicks right-side icon of the input.

SeS('SomeDomSAPInput').DoOpen()

Returns:

boolean: 'true' if successful, 'false' otherwise