|  | OpenKeyWord
    Build_ID: 457, Datum: 01.02.2020 07:45:48
    Dont repeat yourself. - Do it once and only once! | 
Keyword loggs the caption of a GUI-Object to the resultfile. The caption is e.g. the visible and basicaly not changeable text of a GUI-Object. Visible text of pushbutton or link.
| Parameter | Description | 
|---|---|
| FN | Functionalname of the GUI-Object | 
EN.SelectWindow( "Login" ) - Set context to the Window Login with the ChildObject you want to verify.EN.LogCaption( "OK" )** - then log Caption of the GUI-Object with the FN = "OK"| Keyword | <-> | Called GUI-Adapter Method | 
|---|---|---|
| EN.LogCaption( FN, ExpVal ) | <-> | public ArrayList<String> LogCaption( ) |