Hi Guys,
Not sure what mistake I am doing here the scenario is abcmainui is the main frame which contains two other frames i.e workarea_frame $ Navigation_Frame, I just want to select the frame by using for loop and want do some operations on that particular frame.
Below is my code:
:FOR ${Frames} IN abcmainui workarea_frame Navigation_Frame
Run Keyword If ''${Frames}'== 'workarea_frame' Exit For Loop
Select Frame ${Frames}
Current Frame Contains ${abcde}
Below is the error I am getting
FOR: ${Frames} IN [ abcmainui | workarea_frame ]
| Start / End / Elapsed: | 20140115 01:57:14.110 / 20140115 01:57:14.110 / 00:00:00.000 |
| 01:57:14.110 | FAIL
| FOR loop contains no keywords. |