![]() |
OpenKeyWord
Build_ID: 457, Datum: 01.02.2020 07:45:48
Dont repeat yourself. - Do it once and only once!
|
Keyword sets the text-content of a GUI-Object to the given Val
.
Hint:**
Parameter | Description |
---|---|
FN | Functionalname of the GUI-Object |
Val | Value to be entered. |
Val
ValuesVal | Description |
---|---|
"" and ${IGNORE} | Don´t execute the keyword! (For data-driven testing). See List of OKW Constants... |
${DELETE} | Delete the value of the GUI-object. See List of OKW Constants... |
${_ENV_} | Set the value of GUI-object to value of given enviromentvar _ENV_ |
${_MEMKEY_} | Set the value of GUI-object to the memorized value with _MEMKEY_ Key. |