| Login_Loop | ||
| open | / | |
| setSpeed | 2000 | |
| store | 1 | x |
| echo | ${x} | |
| while | ${x}<4 | |
| type | xpath=//input[@class='small' and @name='user_name'] | |
| type | xpath=//input[@class='small' and @name='user_name'] | admin |
| type | xpath=//input[@name='user_password'] | admin |
| clickAndWait | xpath=//input[@name='Login'] | |
| clickAndWait | link=Sign Out | |
| store | ${x}+1 | x |
| echo | ${x} | |
| endWhile | ||