Skip to content

Instantly share code, notes, and snippets.

@npero
Created January 24, 2013 21:16
Show Gist options
  • Select an option

  • Save npero/4627836 to your computer and use it in GitHub Desktop.

Select an option

Save npero/4627836 to your computer and use it in GitHub Desktop.
Robot Framework : How to make a FOR LOOP
:FOR ${a} IN @{as}
\ Do something with ${a}
What you need to remember:
1. After the line with FOR every line that relates to loop should start with \ (backslash)
2. After the backslash you need to make 2 spaces at least!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment