![]() |
OpenKeyWord
Build_ID: 457, Datum: 01.02.2020 07:45:48
Dont repeat yourself. - Do it once and only once!
|
Keyword selects the given values of a GUI-Object. Select is mostly Used with List-Objects to slect one or more possible options.
>**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). |
${DELETE} | Delete the value of the GUI-object. |
${EMPTY} | Is a not allowed value. This will raise a OKWNotAllowedValueException exception |
${_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. |
Add one value to the current selection:
Add three values to the current selection:
First Delete the current selection and than add three new values as selection: